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



Warning 202 - Jizz - 14.06.2013

pawn Код:
ShowPlayerDialog(playerid, 9183, DIALOG_STYLE_MSGBOX, "[Usage]: /buypolicetoys [model] [slot (0-9)]", "Police Vest(1) | SWAT Helmet(2) | Police Shield(3) | Tazer (4) | Police Radio (5)\n\nBronze VIP: Slots 0~3 (4 Slots)\nSilver VIP: Slots 0~5 (6 Slots)\nGold VIP: Slots 0~7 (8 Slots)\nPlatinum VIP: Slots 0~9 (10 Slots)", "Close");
Код:
warning 202: number of arguments does not match definition
Can you help me?


Respuesta: Warning 202 - Parka - 14.06.2013

pawn Код:
ShowPlayerDialog(playerid, 9183, DIALOG_STYLE_MSGBOX, "[Usage]: /buypolicetoys [model] [slot (0-9)]", "Police Vest(1) | SWAT Helmet(2) | Police Shield(3) | Tazer (4) | Police Radio (5)\n\nBronze VIP: Slots 0~3 (4 Slots)\nSilver VIP: Slots 0~5 (6 Slots)\nGold VIP: Slots 0~7 (8 Slots)\nPlatinum VIP: Slots 0~9 (10 Slots)", "Close", "");



Re: Warning 202 - Jizz - 15.06.2013

Thanks alot dude.