Pregunta Al elejir los personajes
#1

Buenas bueno esta es una pregunta muy simple para los que saben hacerca de TextDraw bueno queria saber como poner el TextDraw en la seleccion de los Personajes de modo que cuando este Elijiendo algun Skin especifico le aparezca el TextDraw que ise, el TextDraw que cree es este:

Код:
//TextDraw developed using Zamaroht's in-game TextDraw system
 
//On top of script:
new Text:Textdraw0;
 
//In OnGameModeInit or any other place, we procced to create our textdraw:
Textdraw0 = TextDrawCreate(220.000000,417.000000,"[Administradores Generales]");
TextDrawAlignment(Textdraw0,1);
TextDrawBackgroundColor(Textdraw0,0x000000ff);
TextDrawFont(Textdraw0,1);
TextDrawLetterSize(Textdraw0,0.399999,1.600000);
TextDrawColor(Textdraw0,0x00ff00cc);
TextDrawSetOutline(Textdraw0,1);
TextDrawSetProportional(Textdraw0,1);
TextDrawSetShadow(Textdraw0,6);
 
//You can now use TextDrawShowForPlayer(-ForAll), TextDrawHideForPlayer(-ForAll) and
//TextDrawDestroy functions to show, hide, and destroy the textdraw.
Uso el Programa de TextDraw de Zamarot

Bueno el caso es queria saber donde coloco los codigos del TextDraw para que me aparezca en la seleccion de skin la cual es (OnPlayerRequestClass) Bueno les agradeceria muchisimo que me ayudaran xd

De ante mano muchisimas gracias
Reply


Messages In This Thread
Pregunta Al elejir los personajes - by Master[Pro] - 21.05.2010, 21:09
Re: Pregunta Al elejir los personajes - by [TBB]Darkness - 21.05.2010, 22:27
Re: Pregunta Al elejir los personajes - by Master[Pro] - 22.05.2010, 00:36
Re: Pregunta Al elejir los personajes - by Sandman-x - 22.05.2010, 01:01
Re: Pregunta Al elejir los personajes - by Master[Pro] - 22.05.2010, 02:03
Re: Pregunta Al elejir los personajes - by Sandman-x - 22.05.2010, 02:28
Re: Pregunta Al elejir los personajes - by Master[Pro] - 22.05.2010, 14:50
Re: Pregunta Al elejir los personajes - by Sandman-x - 22.05.2010, 16:48

Forum Jump:


Users browsing this thread: 1 Guest(s)