Players in groups
#1

Hello,

I want to have 2 "groups" witch are in this case: group_one and group_two.
I got a timer that has a callback function and I need to have in the callback function a script that will put the player in either team_one or team_two. (Prefer auto asign)
So not on PlayerRequestClass or something but on my callback.

All things I want to happen after the countdown are listed in this callback:

pawn Код:
forward CountdownMechanics();
public CountdownMechanics()
Also I need something so I can see if someone is in team_one or team_two like:

pawn Код:
If(pTeam[playerid] == team_one)
{
    return 1;
}
Or something.

I've tried so much things but can't get the teams working.
Please help me if possible.
Reply


Messages In This Thread
Players in groups - by arjanforgames - 26.03.2013, 06:36
Re: Players in groups - by RajatPawar - 26.03.2013, 08:36
Re: Players in groups - by Babul - 26.03.2013, 11:32
Re: Players in groups - by arjanforgames - 26.03.2013, 12:13

Forum Jump:


Users browsing this thread: 1 Guest(s)