Quote:
Originally Posted by Michael@Belgium
OK ! I just want a code for /admins xD This code is from another gm, and i putted in my gm..
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);
i
|
Posting code from other GM'S .... WILL NOT WORK!!!!! Plus, when you do that you NEVER learn.