Jump to content

TextDraw


Guest Dr.House

Recommended Posts

Mezi newy si dáme

new Text:text;

Do public OnGameModeInit() si dáme

text = TextDrawCreate(1,433,"  ~r~VAS TEXT |"); 
TextDrawUseBox(text, 1);
TextDrawFont(text, 3);
TextDrawSetOutline(text, 1);
TextDrawBoxColor(Text:text,0xAFAFAFAA); //sem si dejte svoji barvu boxu
TextDrawTextSize(Text:text, 800, 80);

A do publicu OnPlayerConnect

TextDrawShowForPlayer(playerid, text);

 

Konec

Link to comment
Share on other sites

Souhlasím...Kopírak...Když už jsem dávaš TUT tak, jak říkal FreeWall koukni jestli tu ten tut už není a když ho zkopíruješ tak b bylo dobrý napsat zdroj. Pak jsi tady za LAMU! ;) :rap2:

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