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=455324)



Warning - DAVIDXP - 01.08.2013

Hi SA-MP.com , I have a wanring:
pawn Код:
warning 202: number of arguments does not match definition
On this line :
pawn Код:
ShowPlayerDialog( playerid, 600 );
What is wrong ?


Re: Warning - Bakr - 01.08.2013

https://sampwiki.blast.hk/wiki/ShowPlayerDialog

You are not passing the correct number of parameters to the function, causing the warning.