Warning 202 [SOLVED] - 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)
+--- Thread: Warning 202 [SOLVED] (
/showthread.php?tid=520737)
Warning 202 [SOLVED] -
Duck4coder - 20.06.2014
Um.. idk what the hell is going on here :/
Код:
format(string2, sizeof(string2), "Welcome to --------------, %s [---- - Version 1.0a]", GetPlayerName(playerid));
SCM(playerid, WHITE, string2);
Код:
warning 202: number of arguments does not match definition
warning 202: number of arguments does not match definition
SCM is SendClientMessage, have already defined it.
Re: Warning 202 -
Laurey - 20.06.2014
Can i see the SCM call?
Re: Warning 202 -
Duck4coder - 20.06.2014
Doesn't matter now, just fixed it :/ forgot the other tags in the GetPlayerName :/ Stupid mistake