Disable class select arrows
#4

Quote:
Originally Posted by Daem
it's client-sided. so you can't
Quote:
Originally Posted by $ЂЯĢ
Put player in specate mode at that time and that selection box won't show.
If you don't need default class selection then do this:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    if(GetPlayerState(playerid) != PLAYER_STATE_SPECTATING)
    {
        TogglePlayerSpectating(playerid,1);
    }
    return 0;
}
Reply


Messages In This Thread
Disable class select arrows - by kLx - 19.09.2009, 13:36
Re: Disable class select arrows - by Sergei - 19.09.2009, 14:24
Re: Disable class select arrows - by Daem - 19.09.2009, 14:31
Re: Disable class select arrows - by Sergei - 19.09.2009, 14:56

Forum Jump:


Users browsing this thread: 1 Guest(s)