05.07.2018, 13:40
Quote:
|
Hi mates
![]() Example Dialog Code: PHP код:
How i do that? Thank You, Help Please. |
PHP код:
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Account Settings", "1. Change Name\n2. Change Password", "Change", "Close");
Quote:
|
Thank You but i know this i want that id cash is less than $1000 then first list item can't be clickable means shows in dialog list but not clickable instead of error msg.
|
PHP код:
case 0:
{
if(GetPlayerMoney(playerid) < 1000) return ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Account Settings", "1. Change Name\n2. Change Password", "Change", "Close");
//if got 1000 or above code here
}



