13.06.2009, 10:56
The variable must be passed using SetTimerEx(), like this:
Assuming that the ID you specify as a cuffer is "giveplayerid", just replace it with your own instance.
As simple as that.
Код:
// cuff command SetTimerEx("unCuff", 10000, false, "i", giveplayerid);
Код:
forward unCuff(playerid); public unCuff(playerid) { // uncuff it here }