Rcon Only Chat
#1

Hello i was wondering if anyone knew how to change
pawn Код:
CMD:o(playerid,params[]) {
    #pragma unused params
    if(PlayerInfo[playerid][Level] >= 7) {
        new string[128]; format(string, sizeof(string), "[OWNER] %s: %s", PlayerName2(playerid), params[0] );
        MessageToAdmins(green,string);
    } else return SendClientMessage(playerid,red,"ERROR: You need to be owner to use this command");
    return 1;
}
Into of sending it to all of the admins to just the level 7 admins? does anyone know how to do this?
Reply


Messages In This Thread
Rcon Only Chat - by Tass007 - 01.07.2012, 08:51
Re: Rcon Only Chat - by Ironboy - 01.07.2012, 09:06
Re: Rcon Only Chat - by Tass007 - 06.08.2012, 08:40

Forum Jump:


Users browsing this thread: 1 Guest(s)