Hey,

I'm trying calculate a level based on total kills/xp using the Quadratic equation.

Example:
Level 1 = 50 (+50)
Level 2 = 150 (+100)
Level 3 = 300 (+150)
Level 4 = 500 (+200)

I have found the equations to do this (http://stackoverflow.com/questions/6...l-based-on-exp) but i'm not sure how to translate that into the cod2 engine.

Can anyone give me an example that would work?