28.05.2020, 13:24
How to activate a timer like that only if a variable is 1;
This is the timer from YNI includes, i wanna work only work if a variable test[playerid] = 1;
how to make that? I don't wanna to work in background each second and do nothing
PHP Code:
ptask name[1000](playerid)
{
// my code
}
how to make that? I don't wanna to work in background each second and do nothing