[UNSOLVED]Gang Names under class selection?
#2

If you mean to have text like "grove street" pop up when selecting a class, this is it. This gives you two slots for gang names.


Код:
public OnPlayerRequestClass(playerid, classid)
{
	SetupPlayerForClassSelection(playerid);
	SetPlayerTeamFromClass(playerid,classid);

	if(classid == 0 || classid == 1) {
		GameTextForPlayer(playerid,"~g~TEAM ~w~ONE",1000,5);
	} else if(classid == 2 || classid == 3) {
	  GameTextForPlayer(playerid,"~r~TEAM ~w~TWO",1000,5);
	}


	return 1;
}
Reply


Messages In This Thread
[UNSOLVED]Gang Names under class selection? - by Nameless303 - 31.10.2009, 15:32
Re: Gang Names under class selection? - by MrXavier - 31.10.2009, 15:40
Re: Gang Names under class selection? - by MrXavier - 31.10.2009, 15:43
Re: Gang Names under class selection? - by Nameless303 - 31.10.2009, 15:49
Re: Gang Names under class selection? - by Nameless303 - 31.10.2009, 16:18

Forum Jump:


Users browsing this thread: 1 Guest(s)