14.02.2017, 17:02
I'm not home or I'd test this, does anyone know if you can defer a ptask with the playerid parameter?
Like:
There's nothing in the tests code on this.
I think it'll work the same as a 'timer', just asking to be sure.
Like:
pawn Код:
ptask PlayerCheck[1000](playerid) {}
defer PlayerCheck[50](playerid);
I think it'll work the same as a 'timer', just asking to be sure.