26.04.2012, 14:21
Change your timer to
Also, remove
from your command.
pawn Code:
public ResetJumping(playerid)
{
SuperJumpEnabled[playerid] = 1;
SetTimerEx("ResetJumping", 2500, false, "d" , playerid);
return 1;
}
pawn Code:
SetTimerEx("ResetJumping", 2500, true, "d" , playerid);