Quote:
Originally Posted by Snipa
pawn Код:
public OnPlayerConnect(playerid) { new n[MAX_PLAYERS], string[256]; //New variables GetPlayerName(playerid,name,sizeof(name)); //Gets the name + string format(string,sizeof(string),"%s has signed as Admin",name); // formats the string if(PlayerInfo[playerid][Level] >= 2) { //If player's level is 2+ SendClientMessageToAll(0x33FF33AA, string);//It will send the message above } return 1; }
|
man u are pro , it works perfectly but what about for Admin level 1 to show logged as V.I.P ... can u help ?