24.03.2011, 20:58
(
Последний раз редактировалось Michael@Belgium; 24.03.2011 в 21:52.
Причина: nvm
)
NVM NVM NVM
if(IsPlayerAdmin(x)){
VarR=1;}}
if(Var==1){
And that code is so horribly indentified, im actualy suprised that anyone can read this.
|
//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);
OK ! I just want a code for /admins xD This code is from another gm, and i putted in my gm..
pawn Код:
|