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



Warning. Please help - WuPoR - 04.07.2013

Hi,

Warning:
PHP код:
warning 202number of arguments does not match definition 
Line:
PHP код:
ShowPlayerDialog(playerid260DIALOG_STYLE_MSGBOX"{FFFFFF}Sveikatos paћymėjimo įsigyjimas!\nKaina: {FF0000}800LT""Pirkti""Atgal"); 
please help!


Re : Warning. Please help - morocco - 04.07.2013

try :
pawn Код:
ShowPlayerDialog(playerid, 260, DIALOG_STYLE_MSGBOX, "{FFFFFF}Sveikatos paћymejimo isigyjimas!","Kaina: {FF0000}800LT", "Pirkti", "Atgal");
How to fix ?

pawn Код:
ShowPlayerDialog(playerid, 260, DIALOG_STYLE_MSGBOX, "{FFFFFF}Sveikatos paћymejimo isigyjimas!/*"" here <==*/Kaina: {FF0000}800LT", "Pirkti", "Atgal");
check here https://sampwiki.blast.hk/wiki/ShowPlayerDialog


Re: Re : Warning. Please help - WuPoR - 04.07.2013

Quote:
Originally Posted by morocco
Посмотреть сообщение
try :
pawn Код:
ShowPlayerDialog(playerid, 260, DIALOG_STYLE_MSGBOX, "{FFFFFF}Sveikatos paћymejimo isigyjimas!""Kaina: {FF0000}800LT", "Pirkti", "Atgal");
How to fix ?

pawn Код:
ShowPlayerDialog(playerid, 260, DIALOG_STYLE_MSGBOX, "{FFFFFF}Sveikatos paћymejimo isigyjimas!/*"" here <==*/Kaina: {FF0000}800LT", "Pirkti", "Atgal");
check here https://sampwiki.blast.hk/wiki/ShowPlayerDialog
tanks! It's work