My Timer is not working +Rep+
#7

Change your timer to

pawn Code:
public ResetJumping(playerid)
{
    SuperJumpEnabled[playerid] = 1;
    SetTimerEx("ResetJumping", 2500, false, "d" , playerid);
    return 1;
}
Also, remove

pawn Code:
SetTimerEx("ResetJumping", 2500, true, "d" , playerid);
from your command.
Reply


Messages In This Thread
My Timer is not working +Rep+ - by Rudy_ - 26.04.2012, 13:24
Re: My Timer is not working +Rep+ - by Rudy_ - 26.04.2012, 13:59
Re: My Timer is not working +Rep+ - by SuperViper - 26.04.2012, 14:05
Re: My Timer is not working +Rep+ - by Rudy_ - 26.04.2012, 14:11
Re: My Timer is not working +Rep+ - by ViniBorn - 26.04.2012, 14:17
Re: My Timer is not working +Rep+ - by Rudy_ - 26.04.2012, 14:19
Re: My Timer is not working +Rep+ - by SuperViper - 26.04.2012, 14:21
Re: My Timer is not working +Rep+ - by ViniBorn - 26.04.2012, 14:23
Re: My Timer is not working +Rep+ - by Rudy_ - 26.04.2012, 14:30
Re: My Timer is not working +Rep+ - by SuperViper - 26.04.2012, 14:36

Forum Jump:


Users browsing this thread: 2 Guest(s)