08.06.2011, 13:43
Ahh, I got these errors,
with this line, \/
How can I fix it?
Thank you for your help!
Full code
Код:
line(14174) : warning 202: number of arguments does not match definition line(14174) : warning 202: number of arguments does not match definition
pawn Код:
SendClientMessageToAll(WHITE, "{FF3399}[NEWS] Reporter %s: %s", RemoveUnderScore(playerid), message);
Thank you for your help!
Full code
pawn Код:
command(news, playerid, params[])
{
new message[128];
if(Groups[Player[playerid][Group]][CommandTypes] == 5)
{
SendClientMessageToAll(WHITE, "{FF3399}[NEWS] Reporter %s: %s", RemoveUnderScore(playerid), message);
}
return 1;
}