Jump to content
  • 0

pomoc Text při výběru postav


Michal Kuřátko (_Michael_)

Dotaz

Čuzz, jsem v háji a nevím :d

 

Code:

 

 

if(classid == 0 || classid == 1 || classid == 2 || classid == 3 || classid == 4 || classid == 5 || classid == 6)

{

gTeam[playerid] = CT;

GameTextForPlayer(playerid,"~b~SWAT",3000,5); // Zobrazíme modrý text

SetPlayerPos(playerid,257.9680,-40.8678,1002.0234);

SetPlayerCameraPos(playerid,255.3357,-42.2719,1002.0234);

SetPlayerCameraLookAt(playerid,256.9109,-41.2191,1002.0234);

SetPlayerFacingAngle(playerid,118.0748);

SetPlayerInterior(playerid, 14);

SetPlayerColor(playerid,0x0044FF); // Nastavíme modrou barvu

}

 

 

 

Problém je v tom, že ten text se zobrazí vždy jen u 1. skinu

Link to comment
Share on other sites

3 odpovědí na tuto otázku

Recommended Posts

  • 0
  • Hlavní moderátor

GameTextForPlayer(playerid,"~b~SWAT",3000,5); // Zobrazíme modrý text

změň styl 5 na nějaký jiný, třeba na 4

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...