TDM teams
#4

Quote:
Originally Posted by Wizardking
Посмотреть сообщение
That would work but the GameModeText section where you see that names of the teams above the player's heads would not be updated.
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
        switch(classid)
        {
        case 0:
        {
            GameTextForPlayer(playerid, "TeamName", 5000, 2);
       
        }
        case 1:
        {
       
        //Rest of your OnplayerRequestClass stuff here
        //Each class is a team according to your AddPlayerClass
Reply


Messages In This Thread
TDM teams - by Wizardking - 29.01.2014, 08:15
Re: TDM teams - by Flake. - 29.01.2014, 08:34
Re: TDM teams - by Wizardking - 29.01.2014, 09:24
Re: TDM teams - by Flake. - 29.01.2014, 09:44

Forum Jump:


Users browsing this thread: 1 Guest(s)