admin team?
#7

Try this.
pawn Code:
public OnPlayerRequestClass(playerid, classid)
{
    if(IsPlayerAdmin(playerid)
    {
        SetPlayerPos();
        // Other stuff here
    }
    else SendClientMessage(playerid,-1, "You have to be an administrator to use this class!");
    return 1;
}
Reply


Messages In This Thread
admin team? - by oscar7610 - 23.04.2012, 19:01
Re: admin team? - by Jows - 23.04.2012, 19:09
Re: admin team? - by oscar7610 - 23.04.2012, 19:22
Re: admin team? - by Jows - 23.04.2012, 19:34
Re: admin team? - by oscar7610 - 23.04.2012, 20:50
Re: admin team? - by zSuYaNw - 23.04.2012, 20:56
Re: admin team? - by Elysian` - 23.04.2012, 21:25
Re: admin team? - by Burridge - 23.04.2012, 22:12
Re: admin team? - by ViruZz - 23.04.2012, 23:35
Re: admin team? - by Elysian` - 24.04.2012, 15:54

Forum Jump:


Users browsing this thread: 2 Guest(s)