SA-MP Forums Archive
What is the problem? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: What is the problem? (/showthread.php?tid=196174)



What is the problem? - SamyRomafia - 04.12.2010

pawn Код:
SendClientMessage(playerid, WHITE, "{02FFEF}Welcome{2FF40C} %s{02FFEF}! For command list type {2FF40C}/cmds",pName);
Код:
warning 202: number of arguments does not match definition



Re: What is the problem? - Hal - 04.12.2010

pawn Код:
new string[112];

format(string, sizeof(string), "{02FFEF}Welcome{2FF40C} %s{02FFEF}! For command list type {2FF40C}/cmds",pName);
SendClientMessage(playerid, WHITE, string);



Re: What is the problem? - SamyRomafia - 04.12.2010

Quote:
Originally Posted by Hal
Посмотреть сообщение
pawn Код:
new string[112];

format(string, sizeof(string), "{02FFEF}Welcome{2FF40C} %s{02FFEF}! For command list type {2FF40C}/cmds",pName);
SendClientMessage(playerid, WHITE, string);
Thanks now work