05.07.2018, 12:18
Hi mates
Example Dialog Code:
So, guys OnDialogResponse if Player money is less than $1000 then any of them list items can't be clickable and if player's money is greater than $1000 then both be clickable and pop up a new dialog for entering new name/pass.
How i do that?
Thank You, Help Please.
Example Dialog Code:
PHP код:
new string[128];
format(string,128,"1. Change Name\n2. Change Password");
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Account Settings", string, "Change", "Close");
How i do that?
Thank You, Help Please.