Extra RCON admin commands?
#1

Morning. Is there a way to inplent any new RCON admin commands? Those that we currently have are: '/kick and /ban'. I'd like to inplent a extra command, /rconhelp and /ajail.
Reply
#2

pawn Код:
public OnRconCommand(cmd[])
{
    if(strcmp(cmd, "lol", true)) {
        //Do Code
    }
    return 1;
}
Use that callback
Reply
#3

Thanks alot, buddy.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)