21.05.2010, 21:09
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:
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
Код:
//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.
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