How to make a Rcon command?
#6

Quote:
Originally Posted by Jochemd
Посмотреть сообщение
Quick write, if you use dcmd:

pawn Код:
dcmd_command(playerid,params[])
{
    if(IsPlayerAdmin))
    {
        // stuff here
    }
    return 1;
}
No, that's not an Rcon command, and it can't be accessed in the 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)