Jump to content
  • 0

pomoc Textdraw


ToM

Dotaz

4 odpovědí na tuto otázku

Recommended Posts

  • 0

 

new TextDraw[TEXT_NAME];

enum TEXT_NAME

{

Text:T_Napis

}

 

public OnGameModeInit()

{

TextDraw[T_Napis] = TextDrawCreate(488.0, 10.0," Pawno.cz ");

return 1;

}

 

Nech sa ti páči

  • Líbí se mi to! (+1) 1
Link to comment
Share on other sites

  • 0

 

new TextDraw[TEXT_NAME];

enum TEXT_NAME

{

Text:T_Napis

}

 

public OnGameModeInit()

{

TextDraw[T_Napis] = TextDrawCreate(488.0, 10.0," Pawno.cz ");

return 1;

}

 

Nech sa ti páči

 

COPY

 

Čuste, chci se zeptat jak bych vytvořil tento textdraw ?

 

sa-mp-324.png

 

Děkuji za odp. :)

 

 

http://wiki.sa-mp.com/wiki/TextDrawCreate

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