Jump to content
  • 0

pomoc TextDraw help


Guest StReeY [Dinti]

Dotaz

Guest StReeY [Dinti]

urobil som si vlastny textdraw a teraz ho ako hodim do modu aby bol stále na obrazovke........

 

new Text:SanFierro;
San Fierro = TextDrawCreate(328.0, 0.0,"San Fierro");
TextDrawFont(SanFierro,3);
TextDrawLetterSize(SanFierro,10,10);
TextDrawColor(SanFierro,0x000FF);
TextDrawSetShadow(SanFierro,);
TextDrawSetOutline(SanFierro,10);
TextDrawBackgroundColor(SanFierro,0xF600FF);
TextDrawUseBox(SanFierro,1);
TextDrawBoxColor(SanFierro,0x0F60FF);

Link to comment
Share on other sites

5 odpovědí na tuto otázku

Recommended Posts

  • 0

nahoru do módu :

new Text:SanFierro;

do OnPlayerConnect(playerid){

TextDrawShowForPlayer(playerid,SanFierro);

do GameModeInit(){

SanFierro = TextDrawCreate(328.0, 0.0,"San Fierro");
TextDrawFont(SanFierro,3);
TextDrawLetterSize(SanFierro,10,10);
TextDrawColor(SanFierro,0x000FF);
TextDrawSetShadow(SanFierro,);
TextDrawSetOutline(SanFierro,10);
TextDrawBackgroundColor(SanFierro,0xF600FF);
TextDrawUseBox(SanFierro,1);
TextDrawBoxColor(SanFierro,0x0F60FF);

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