SA-MP Forums Archive
warning... - 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... (/showthread.php?tid=507194)



warning... - iBots - 16.04.2014

in this line:
pawn Код:
format(string, sizeof(string), "%s is attempting to capture the %s !", GetPlayerName(playerid),PointInfo[0][PointName]);
i get this warning:
pawn Код:
warning 202: number of arguments does not match definition
under that line there is:
pawn Код:
ProxDetector(50.0, playerid, string, COLOR_RED,COLOR_RED,COLOR_RED,COLOR_RED,COLOR_RED);
why?


Re: warning... - PrivatioBoni - 16.04.2014

Please show the ProxDetector stock you have.