[TUTORIAL]TextDraw
#1

TUTORIAL TEXTDRAW:
Are una breve explicasion de como poner textdraw en tu gamemode.

Abajo de los foward donde estan los new pondras lo siguiente de preferencia alo ultimo de todos los new

pawn Код:
new Text:Textdraw0;
  new Text:Textdraw1;//Esos son los numeros de los textdraw depende de la cantidad que ya esten agregados al gm o como valla la secuencia.
Despues En GameModeInit Agregaran Lo Siguiente:

pawn Код:
Textdraw0 = TextDrawCreate(632.000000, 412.000000, "Real Life Style - Rp" );//Nombre
    TextDrawAlignment(Textdraw0, 3);
    TextDrawBackgroundColor(Textdraw0, 255);
    TextDrawFont(Textdraw0, 0);
    TextDrawLetterSize(Textdraw0, 0.619999, 2.499999);
    TextDrawColor(Textdraw0, 629657343);
    TextDrawSetOutline(Textdraw0, 1);
    TextDrawSetProportional(Textdraw0, 1);

    Textdraw1 = TextDrawCreate(583.000000, 434.000000, "~y~Version: ~w~0.1" );//Version
    TextDrawAlignment(Textdraw1, 3);
    TextDrawBackgroundColor(Textdraw1, 255);
    TextDrawFont(Textdraw1, 2);
    TextDrawLetterSize(Textdraw1, 0.170000, 1.000000);
    TextDrawColor(Textdraw1, -1);
    TextDrawSetOutline(Textdraw1, 1);
    TextDrawSetProportional(Textdraw1, 1);
Hay eso de comvenencia que valla al final de OnGameModeInit

Ya Esta Implementado El TextDraw Por Ultimo En OnPlayerLogin Agregaran Lo Siguiente ASTA AL FINAL DEBAJO DE
ShowPlayerNameTagForPlayer(playerid, i, 0);
}
pawn Код:
TextDrawShowForPlayer(playerid, Textdraw0);
        TextDrawShowForPlayer(playerid, Textdraw1);

Y Hay Ya Estaria Agregado El TextDraw Les Apresera En La Parte Derecha Dea Abajo Espero Que Lo Disfruten Cualquier Duda O Error Que Les Tire Favor De Consultarmelo Yo Les Ayudo.




Atte: Luis_Valenzuela
Reply


Messages In This Thread
[TUTORIAL]TextDraw - by Luis_Valenzuela - 10.06.2010, 00:07
Re: [TUTORIAL]TextDraw - by Luis_Valenzuela - 10.06.2010, 00:10
Re: [TUTORIAL]TextDraw - by leaNN! - 10.06.2010, 00:51
Re: [TUTORIAL]TextDraw - by Luis_Valenzuela - 10.06.2010, 01:34
Re: [TUTORIAL]TextDraw - by leaNN! - 10.06.2010, 01:41
Re: [TUTORIAL]TextDraw - by Gw-platinum - 10.06.2010, 01:46
Re: [TUTORIAL]TextDraw - by DarkChildren - 10.06.2010, 01:52
Re: [TUTORIAL]TextDraw - by Luis_Valenzuela - 10.06.2010, 02:29
Re: [TUTORIAL]TextDraw - by Luis_Valenzuela - 10.06.2010, 02:30
Re: [TUTORIAL]TextDraw - by Zamaroht - 10.06.2010, 02:52

Forum Jump:


Users browsing this thread: 1 Guest(s)