Textdraw Dinero Banco
#1

Muy buenas, estoy intentando poner debajo del dinero, el dinero que hay en el banco, con el mismo color y todo, en otra web en un post encontre un codigo, pero lo he puesto y no se visualiza nada, este es el codigo:

PD: El codigo lo pongo debajo de OnPlayerSpawn:

new TextineroText[MAX_PLAYERS];

DineroText[playerid] = TextDrawCreate(498.000000,97.000000,"~g~$00000000" );
TextDrawAlignment(DineroText[playerid],0);
TextDrawBackgroundColor(DineroText[playerid],0x000000ff);
TextDrawFont(DineroText[playerid],3);
TextDrawLetterSize(DineroText[playerid],0.599999,2.399999);
TextDrawColor(DineroText[playerid],0xffffffff);
TextDrawSetOutline(DineroText[playerid],1);
TextDrawSetProportional(DineroText[playerid],1);
TextDrawSetShadow(DineroText[playerid],1);

A ver si me comentais que falla aqui porque no veo nada mal . Gracias por todo. Saludos.
Reply


Messages In This Thread
Textdraw Dinero Banco - by JoNaDo18 - 29.04.2011, 13:58
Respuesta: Textdraw Dinero Banco - by Daniel-92 - 29.04.2011, 16:21
Respuesta: Textdraw Dinero Banco - by Jose_grana - 29.04.2011, 17:36
Re: Textdraw Dinero Banco - by TheGarfield - 29.04.2011, 17:57

Forum Jump:


Users browsing this thread: 1 Guest(s)