26.04.2017, 07:52
Hi I have a command problem whenever I type it nothing happens, I checked it so many times
here's the dialog_clan is made (I guess is not necessary posting it here since it's big and hard to read)
any ideas what's wrong ?
Код:
CMD:clan(playerid, params[]) { if(PlayerInfo[playerid][pClan] >= 1) { ShowPlayerDialog(playerid, DIALOG_CLAN, DIALOG_STYLE_LIST, "Clan", "Clan Help\nClan Members\nClan Settings\nClan Tag", "Select", "Close"); } return 1; }
any ideas what's wrong ?