29.08.2012, 20:36
Hi,
I have a question, I hiope you can answer it.
I made 2 teams:
Grove and Balla.
I want it, when a player connects, instead see the the same thing:
like:
They see a dialog where be all the 2 teams:
Example:
Can Someone tell me how to do it?
I have a question, I hiope you can answer it.
I made 2 teams:
Grove and Balla.
I want it, when a player connects, instead see the the same thing:
like:
PHP код:
OnPlayerRequestClass
if(classid == 0)
{
gTeam[playerid] = BALLAS;
GameTextForPlayer(playerid,"~w~Ballas",3000,5); // This will show up an Text , when you select your class
SetPlayerPos(playerid,1975.2399,-1220.0157,25.0779); // position of the player in the class selection
SetPlayerCameraPos(playerid,1969.5686,-1224.0016,24.9909); // Cameraposition
SetPlayerCameraLookAt(playerid,1975.2399,-1220.0157,25.0779);
SetPlayerFacingAngle(playerid,122.4500);
SetPlayerColor(playerid,0xA000FFFF); // Teamcolor
}
Example:
Код:
Teams: Grove Balla Join, Quit.