04-04-2009, 04:09 PM
I want it so that the players speed gives them a bonus to the exp they gain, heres what I have..
Code:
Call SetPlayerExp(Attacker, (GetPlayerExp(Attacker) + EXP) + ((GetPlayerSPEED(Attacker)) * EXP) / 2)