26.08.2012, 06:46
I made a command with timer but only works on me.....when my friend type this command nothing happens
here si my code
COMMAND
TIMER
here si my code
COMMAND
Код:
CMD:kill(playerid, params[]) { SetTimer("kill",10000,false); }
Код:
forward(playerid); public(playerid) { SetPlayerHealth(playerid, 0); }