Is this possible
#4

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


Messages In This Thread
Is this possible - by JoeDaDude - 12.06.2009, 23:01
Re: Is this possible - by MenaceX^ - 12.06.2009, 23:03
Re: Is this possible - by JoeDaDude - 13.06.2009, 09:48
Re: Is this possible - by ZaZa - 13.06.2009, 10:56

Forum Jump:


Users browsing this thread: 2 Guest(s)