How to make a Rcon command?
#9

Quote:
Originally Posted by Fj0rtizFredde
Посмотреть сообщение
You saied you want to create your own rcon commands?

pawn Код:
public OnRconCommand(cmd[])
{    
    if(strcmp("test", cmd, true) == 0)    
    {
        print("It works");      
    }    
    return 1;
}
Doesnt works, I tried it on Rcon console.
Reply


Messages In This Thread
How to make a Rcon command? - by ||123|| - 02.09.2010, 17:22
Re: How to make a Rcon command? - by DiddyBop - 02.09.2010, 17:22
Re: How to make a Rcon command? - by Fj0rtizFredde - 02.09.2010, 17:24
Re: How to make a Rcon command? - by ||123|| - 02.09.2010, 17:26
Re: How to make a Rcon command? - by Jochemd - 02.09.2010, 17:28
Re: How to make a Rcon command? - by ||123|| - 02.09.2010, 17:29
Re: How to make a Rcon command? - by Fj0rtizFredde - 02.09.2010, 17:31
Re: How to make a Rcon command? - by LarzI - 02.09.2010, 17:33
Re: How to make a Rcon command? - by ||123|| - 02.09.2010, 17:34
Re: How to make a Rcon command? - by LarzI - 02.09.2010, 17:36

Forum Jump:


Users browsing this thread: 2 Guest(s)