How make this command Rcon Admins ONLY?
#2

pawn Код:
if(!strcmp(cmdtext,"/cash",true))
{
    if(IsPlayerAdmin(playerid))
    {
        GivePlayerCash(playerid,1000);
        return 1;
    }
    return 1;
}
You might need to get a bit more experience before starting scripting
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)