18-12-2008, 08:31 AM
[code]If Player(Index).Moving = MOVING_RUNNING and GetPlayerSP(index) > 0 then
Call SetPlayerSP(index, GetPlayerSP(index) - 1)
Call SendSP(index)
elseif GetPlayerSP(index)
Call SetPlayerSP(index, GetPlayerSP(index) - 1)
Call SendSP(index)
elseif GetPlayerSP(index)