18.10.2009, 14:52
this is what i use
just want to point out that's just a small part of it 
also yes i forgot wrong way round

Код:
new string[256],string2[256]; new clickedplayer[MAX_PLAYER_NAME]; ClickedPlayerID[playerid] = clickedplayerid; GetPlayerName(clickedplayerid, clickedplayer, sizeof(clickedplayer)); format(string, sizeof(string), "Player %s (%d) Menu", clickedplayer,clickedplayerid); if (PlayerInfo[playerid][pAdmin] == 0) { format(string2, sizeof(string2), "Stats\nPersonal Message\nGive Money\n"); } if (PlayerInfo[playerid][pAdmin] > 0) { format(string2, sizeof(string2), "Stats\nPersonal Message\nGive Money\nAdmin Menu"); } ShowPlayerDialog(playerid, 2, DIALOG_STYLE_LIST, string, string2, "Select", "Cancel");

Quote:
Originally Posted by Gergo1352
Quote:
Код:
ClickedPlayerID[playerid] = clickedplayerid; |
