29.01.2014, 09:44
Quote:
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