warning 202: number of arguments does not match definition - 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: number of arguments does not match definition (
/showthread.php?tid=555959)
warning 202: number of arguments does not match definition -
Izaki - 09.01.2015
Please help me
Quote:
CreateButton(1569, -1809.36902, -2750.66797, 363.00000,0.000000, 0.000000, 90.000000);
|
how to eliminate these warnings?
I really need help
if you can help me, I would love rep +
Re: warning 202: number of arguments does not match definition -
DavidSparks - 09.01.2015
Try to change it like this..
pawn Код:
CreateButton(playerid, -1809.36902, -2750.66797, 363.00000, 0);
Never used CreateButton before but that should do the trick I guess? The only thing I changed was the coordinates.