28.05.2014, 00:04
Quote:
After creating variables and etc. You need to do that:
pawn Код:
Correct me if I'm wrong. |
Код:
if(PlayerInfo[playerid][pAdmin] >= 1) { ShowPlayerDialog(playerid, 137, DIALOG_STYLE_INPUT,"Administrator panel","Insert the PIN of Administrator panel!","Insert","Disconnect"); PuttingAdminPin[playerid] = 1; }