Put to a command a wait time before using again.
#4

You could actually not use timers and just do:
PHP Code:
if(gettime() < timer_Waiting[playerid])
// and then
timer_Waiting[playerid] = gettime() + seconds// Replace seconds with whatever. 
Reply


Messages In This Thread
Put to a command a wait time before using again. - by JustByFuN - 16.04.2016, 17:16
Re: Put to a command a wait time before using again. - by YouServ - 16.04.2016, 17:34
Re: Put to a command a wait time before using again. - by JustByFuN - 16.04.2016, 18:04
Re: Put to a command a wait time before using again. - by J0sh... - 16.04.2016, 18:09
Re: Put to a command a wait time before using again. - by YouServ - 16.04.2016, 20:11
Re: Put to a command a wait time before using again. - by JustByFuN - 17.04.2016, 07:41
Re: Put to a command a wait time before using again. - by J0sh... - 17.04.2016, 15:32

Forum Jump:


Users browsing this thread: 3 Guest(s)