24.03.2011, 21:15
Quote:
And that code is so horribly indentified, im actualy suprised that anyone can read this.
|
pawn Код:
//I want that too:
//if im logged in and anyone type /admins then it says that:
format(str, sizeof(str), "- %s | (id: %d) | [RCON ADMIN]", name2, i), SendClientMessage(playerid, COLOR_YELLOW, str);
//and for the other admin this:
format(str, sizeof(str), "- %s | (id: %d) | [Level: %d]", name2, i, PlayerInfo[playerid][level]), SendClientMessage(playerid, COLOR_WHITE, str);