Dialog team help please.
#1

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:
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
    

They see a dialog where be all the 2 teams:

Example:

Код:
Teams:
Grove
Balla
Join, Quit.
Can Someone tell me how to do it?
Reply


Messages In This Thread
Dialog team help please. - by Magic_Time - 29.08.2012, 20:36
Re: Dialog team help please. - by ThePhenix - 29.08.2012, 20:51
Re: Dialog team help please. - by ZBits - 29.08.2012, 20:53

Forum Jump:


Users browsing this thread: 2 Guest(s)