[POMOC] Textdraw

Započeo Duva
14. Feb. 2011. Zaključano
846
pregleda
3
postova
Samper4life
3
Hustler
14. Feb. 2011.
E vako napravio sam textdraw u Textdraw Editor 1.0 by Zamaroth...uglavnom...sejvo sam i sve i u fajlu mi pise gdje da sta stavim znaci ovako
// On top of script:
new Text:Textdraw0;
new Text:Textdraw1;

// In OnGameModeInit prefferably, we procced to create our textdraws:
Textdraw0 = TextDrawCreate(253.000000, 5.000000, "9  Fu Kru");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 3);
TextDrawLetterSize(Textdraw0, 0.699998, 2.200000);
TextDrawColor(Textdraw0, 16777215);
TextDrawSetOutline(Textdraw0, 1);
TextDrawSetProportional(Textdraw0, 1);

Textdraw1 = TextDrawCreate(267.000000, 1.000000, "3");
TextDrawBackgroundColor(Textdraw1, 255);
TextDrawFont(Textdraw1, 3);
TextDrawLetterSize(Textdraw1, 0.729999, 1.600000);
TextDrawColor(Textdraw1, -16776961);
TextDrawSetOutline(Textdraw1, 1);
TextDrawSetProportional(Textdraw1, 1);


i prema tim uputama sam napravio,compileao i nema errora ali ništa u igri nepokazuje :S

još mi na kraju uputa piše ovo
// You can now use TextDrawShowForPlayer(-ForAll), TextDrawHideForPlayer(-ForAll) and
// TextDrawDestroy functions to show, hide, and destroy the textdraw.


nezz jel to Å¡ta znači :S pomagajte 🙂
ivicajugII
2
Wheel Man
14. Feb. 2011.
Pod  Public OnPlayerConnect

TextDrawShowForPlayer(playerid, IMETEXTDRAWA);
Samper4life
3
Hustler
14. Feb. 2011.
Hvala ti puno,uspjelo je 🙂

Admini mozete lock ovu temu !

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha