#1

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?
Reply
#2

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

EDIT: delet this post useless..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)