20.03.2012, 04:36
Quote:
Here Is the admin chat system I use, If it works fell free to change the Admin Ranks! But Im not sure If it will!
REP+ |
pawn Код:
stock AdminRank(playerid)
{
new string[32];
switch(PlayerInfo[playerid][pAdmin])
{
case 1: // rank name
case 2: // rank name
// and so on...
}
return string;
}
pawn Код:
format(string, sizeof(string), "%s %s: %s", AdminRank(playerid), PLAYERNAME, MESSAGE);