11.09.2011, 05:37
cant figure out why im copping a 202 warning
"number of arguments does not match definition"
this is the line thats getting it:
heres the whole command
"number of arguments does not match definition"
this is the line thats getting it:
Код:
format(string, sizeof(string), "* %s has started the warmup.", GetPlayerName(playerid));
Код:
CMD:warmup(playerid, params[]) { new string[128]; format(string, sizeof(string), "* %s has started the warmup.", GetPlayerName(playerid)); SendFCMessage(playerid, COLOR_FCALERT, string); return 1; }