Disable class select arrows
#1

Hi people, is this possible, tu disable the GUI-STYLE arrows, when selecting class?
I don't even give people select class, but they're still apear.

Thanks, Simas.
Reply
#2

Put player in specate mode at that time and that selection box won't show.
Reply
#3

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.
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)