SA-MP Forums Archive
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: number of arguments does not match definition (/showthread.php?tid=530307)



number of arguments does not match definition - Blademaster680 - 06.08.2014

I dont understand what is wrong...

Код:
 warning 202: number of arguments does not match definition
Код:
CreateDynamicMapIcon(fInfo[i][fPos][0], fInfo[i][fPos][1], fInfo[i][fPos][2], 56, 0, -1, -1, playerid, 100.0, MAPICON_LOCAL);



Re: number of arguments does not match definition - biker122 - 06.08.2014

Try this?
pawn Код:
CreateDynamicMapIcon(fInfo[i][fPos][0], fInfo[i][fPos][1], fInfo[i][fPos][2], 56, 0, -1, -1, playerid, 100.0);
Not sure..


Re: number of arguments does not match definition - Blademaster680 - 06.08.2014

Yeah works thank you .