Jump to content
  • 0

pomoc Textdraw Pri vybere postav


Guest Punkevník

Dotaz

Guest Punkevník

Čaute , všetci asi poznáme napríklad v DM módoch keď sa hrač pripoji tak si vybera postavu a ja by som chcel že kEď si hrač bude vyberať postavy tak keď si vybere dajmetomu policajta tak mu v tom menu postav na zaciatku napise nad postavu Policia ked si bude chciet vybrat Vojaka tak napriklad mu napise Textdrawom Vojak "help" me

Link to comment
Share on other sites

20 odpovědí na tuto otázku

Recommended Posts

  • 0
Čaute , všetci asi poznáme napríklad v DM módoch keď sa hrač pripoji tak si vybera postavu a ja by som chcel že kEď si hrač bude vyberať postavy tak keď si vybere dajmetomu policajta tak mu v tom menu postav na zaciatku napise nad postavu Policia ked si bude chciet vybrat Vojaka tak napriklad mu napise Textdrawom Vojak "help" me

 

Panebože.. tohle se tu už řešilo milionkrát.. search.php ...

 

Jinak asi si myslel gametextforplayer že? :d

Link to comment
Share on other sites

  • 0
neviem.......asi .... ale to ked sa hrac pripoji tak pri vybere postav ten TD pls hodis mi sem link? btw : davidek to je ked nastupim do auta

Tady nejde o priklad pouziti na wiki ale o tu funkci!

Link to comment
Share on other sites

  • 0

Do OnPlayerRequestClass:

 

 if(classid == 0)
  {
  GameTextForPlayer(playerid, "Postava 1 (v poradi v ongamemodeinit", 6000, 6);
  }
  else if(classid == 1)
  {
  GameTextForPlayer(playerid, "postava 2", 6000, 6);
  }
  else if(classid == 2)
  {
  GameTextForPlayer(playerid, "postava 3", 6000, 6);
  }

 

P.S. Dal jsem to sem jen kvůli tomu, aby tu zas zbytečně nespamoval..

Link to comment
Share on other sites

  • 0
Guest Punkevník
Do OnPlayerRequestClass:

 

 if(classid == 0)
  {
  GameTextForPlayer(playerid, "Postava 1 (v poradi v ongamemodeinit", 6000, 6);
  }
  else if(classid == 1)
  {
  GameTextForPlayer(playerid, "postava 2", 6000, 6);
  }
  else if(classid == 2)
  {
  GameTextForPlayer(playerid, "postava 3", 6000, 6);
  }

 

P.S. Dal jsem to sem jen kvůli tomu, aby tu zas zbytečně nespamoval..

 

Dekuji ti :thumbup:

 

-- čtv 30. zář 2010 19:41:43 --

 

ale ešte sa chcem spýtať ako zmenim font ?

Link to comment
Share on other sites

  • 0

tou změnou nicku jsem myslel i ve hře abys muj nick nepouzival :DD to ti je doufam jasny ;)

 

jinak....

 

jestli znáš mod SFTDM.... mam na mysli originalni

 

mod je team deathmatch a vybiras si tam teamy atak je to tam určitě ;) to co ty potřebuješ

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