17.12.2011, 23:35
Ok I want to do something as a CS server on the SAMP, but I have a problem with the command settimer... look
I added the forward, and the player's death
Warning & Error Message:
Код:
public reborn1(playerid) { SetPlayerPos(playerid, 208,1869,13); return 1; }
Код:
if (PlayerDied [playerid] == 1) { SetTimerEx("reborn1", 15000, 0); }
Код:
forward reborn1 ();
Код:
warning 202: number of arguments does not match definition error 025: function heading differs from prototype