16.04.2016, 18:09
(
Last edited by J0sh...; 16/04/2016 at 11:46 PM.
)
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.