How make this command Rcon Admins ONLY?
#1

So you log into rcon
eg
/rcon login bob
then i want it so you can type in
/cash and it gives you 1k like the code below
pawn Код:
if (strcmp("/cash", cmdtext, true, 10) == 0)
    {
    GivePlayerMoney(playerid, 1000);
        return 1;
}
and only rcon logged in people can do it?
Reply


Messages In This Thread
How make this command Rcon Admins ONLY? - by phil_lendon - 12.07.2011, 18:30
Re: How make this command Rcon Admins ONLY? - by Jochemd - 12.07.2011, 18:32
Re: How make this command Rcon Admins ONLY? - by BigETI - 12.07.2011, 18:33

Forum Jump:


Users browsing this thread: 1 Guest(s)