Hello I have question about ClassSelection..
#1

Good Day Forum members. I have a little question about Class Selection.

So the thing is I want to make multiple team selections with thifrent points for example:

If I use command: GroveStreet it sets me on difrent Classselection..

If I use command: Public it sets me on another ClassSelection..

Thank you for your time.

With Respect Scrillex.
Reply
#2

you could try
pawn Код:
new grove[MAX_PLAYERS];
then under onplayerrequestclass
pawn Код:
if(grove[playerid] == 1)
    {
        SetPlayerSkin(playerid,0);
        SetupPlayerTeam(playerid, ##, "grove");
        gTeam[playerid] = grove;
        return 1;
    }
something like that
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)