Jump to content

Text v mode - na obrzovke


Guest uSb

Recommended Posts

Toto hore medzi definicie...

 

#define Text_Under_Minimap "~y~ Sem zadaj TEXT" // ~y~ = znamena akou farbou bude text.... napr - yúyellow,g=green,r=red,b=blue

 

Public OnPlayerConnect :

 

 

new Text:text = TextDrawCreate(5.0, 400.0,Text_Under_Minimap);

TextDrawUseBox(text, 0);

TextDrawFont(text, 3);

TextDrawSetShadow(text,0);

TextDrawSetOutline(text,1);

TextDrawBackgroundColor(text,0x000000FF);

TextDrawColor(text,0xFFFFFFFF);

TextDrawShowForPlayer(playerid, text);

 

 

 

To je vsetko krakti tut..:p

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