12.12.2014, 20:46
Hey, I am trying to make a simple "afk" command so if I type it, it will send out that " %s player is away from keyboard!"
This is what I've done:
Errors:
This is what I've done:
Код:
COMMAND:afk(playerid,params[]) { new string[125] format(string, sizeof(string),"{2641FEFF} %s is away from keyboard!", PlayerName(playerid)); return 1; }
Код:
(14214) : error 001: expected token: ";", but found "-identifier-" (14214) : error 012: invalid function call, not a valid address (14214) : warning 215: expression has no effect (14214) : error 001: expected token: ";", but found ")" (14214) : fatal error 107: too many error messages on one line