[Ajuda] TextDraw n aparece !
#1

Alguem me ajuda eu usei aquele programa de criar textdraw eu terminei peguei os cod
botei na gm compilei, so que n aparece, me ajudem pf !

pawn Код:
// TextDraw developed using Zamaroht's Textdraw Editor 1.0

// On top of script:
new Text:Textdraw0;
new Text:Textdraw2;

// In OnGameModeInit prefferably, we procced to create our textdraws:
Textdraw0 = TextDrawCreate(542.000000, 325.000000, "BVE");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.619999, 3.999998);
TextDrawColor(Textdraw0, -16776961);
TextDrawSetOutline(Textdraw0, 0);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetShadow(Textdraw0, 1);

Textdraw2 = TextDrawCreate(556.000000, 349.000000, "RPG");
TextDrawBackgroundColor(Textdraw2, 255);
TextDrawFont(Textdraw2, 1);
TextDrawLetterSize(Textdraw2, 0.619999, 3.999998);
TextDrawColor(Textdraw2, 65535);
TextDrawSetOutline(Textdraw2, 0);
TextDrawSetProportional(Textdraw2, 1);
TextDrawSetShadow(Textdraw2, 1);

// You can now use TextDrawShowForPlayer(-ForAll), TextDrawHideForPlayer(-ForAll) and
// TextDrawDestroy functions to show, hide, and destroy the textdraw.
Reply
#2

poem em
PHP код:
OnPlayerConnect 
PHP код:
TextDrawShowForPlayer(playeridTextdraw0);
TextDrawShowForPlayer(playeridTextdraw2); 
ou em algum comando, nгo sei oque vocк quer fazer .
Reply
#3

Quote:
Originally Posted by yNexus
Посмотреть сообщение
poem em
PHP код:
OnPlayerConnect 
PHP код:
TextDrawShowForPlayer(playeridTextdraw0);
TextDrawShowForPlayer(playeridTextdraw2); 
ou em algum comando, nгo sei oque vocк quer fazer .
OBG CARA +REP
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)