18.01.2019, 21:21
So one more question than, I have lot of problems, i mean i need pvar for each ptimer, and i oftenly forgets to kill them on player disconnect...
So is there anything better than SetTimerEx that will kill AUTOMATICALY when players dc?
I know ptask but its LOOPING i need one that will activate only once ex:
tRegister[playerid] = SetTimerEx("Register", 3000, "false", "d", playerid);
I want to kill automatically when player DC, or is there way to kill all ptimers for specific pID which does not uses alot of memory ?
So is there anything better than SetTimerEx that will kill AUTOMATICALY when players dc?
I know ptask but its LOOPING i need one that will activate only once ex:
tRegister[playerid] = SetTimerEx("Register", 3000, "false", "d", playerid);
I want to kill automatically when player DC, or is there way to kill all ptimers for specific pID which does not uses alot of memory ?