Problem with rob
#4

Change your timers to SetTimerEx, and your new general_timer; to new general_timer[MAX_PLAYERS];
PHP код:
SetTimerEx("Waittimer"300000false"i"playerid); 
general_timer[playerid] = SetTimerEx("RobTime"60000false"i"playerid); 
And in public RobTime and everywhere else where you used general_timer, add playerid like
PHP код:
public RobTime(playerid)
//KillTimer(general_timer);
KillTimer(general_timer[playerid]); 
Reply


Messages In This Thread
Problem with rob - by Hunud - 23.08.2016, 14:52
Re: Problem with rob - by Shinja - 23.08.2016, 15:07
Re: Problem with rob - by Hunud - 23.08.2016, 16:15
Re: Problem with rob - by Shinja - 23.08.2016, 16:19
Re: Problem with rob - by DarkSkull - 23.08.2016, 16:20
Re: Problem with rob - by Shinja - 23.08.2016, 16:22
Re: Problem with rob - by DarkSkull - 23.08.2016, 16:25

Forum Jump:


Users browsing this thread: 1 Guest(s)