30.06.2012, 16:45
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?
CMD:deposit(playerid,params[])
{
ShowPlayerDialog(playerid,DIALOG_DEPOSIT, DIALOG_STYLE_INPUT, "Enter The Ammount to Deposit","", "Enter", "Cancel");
return 1;
}
ShowPlayerDialog(playerid,DIALOG_DEPOSIT, DIALOG_STYLE_INPUT, "Deposit", "Enter The Ammount to Deposit", "Enter", "Cancel");