SA-MP Forums Archive
Why? - 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: Why? (/showthread.php?tid=355597)



Why? - lordturhan - 30.06.2012

pawn Код:
CMD:deposit(playerid,params[])
{
    ShowPlayerDialog(playerid,DIALOG_DEPOSIT, DIALOG_STYLE_INPUT, "Enter The Ammount to Deposit","", "Enter", "Cancel");
    return 1;
}

Why it's not showing the dialog?


Re: Why? - Mean - 30.06.2012

pawn Код:
ShowPlayerDialog(playerid,DIALOG_DEPOSIT, DIALOG_STYLE_INPUT, "Deposit", "Enter The Ammount to Deposit", "Enter", "Cancel");
You can't leave the info blank.


Re : Why? - Naruto_Emilio - 30.06.2012

EDIT: delet this post useless..