Warning help. - 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: Warning help. (
/showthread.php?tid=269240)
Warning help. -
iGetty - 15.07.2011
LINE 12220: warning 202: number of arguments does not match definition
SendClientMessage(id, -1, "You have had %s points added to your license.", value);
Please help.
Re: Warning help. -
Vince - 15.07.2011
format
Re: Warning help. -
Shadoww5 - 15.07.2011
PHP код:
new string[64];
format(string, sizeof string, "You have had %d points added to your license.", value);
SendClientMessage(id, -1, string);