[Tutorial] Criando TextDraw De Dinheiro
#1

Criando TextDraw De Dinheiro Simples

Introduзao :
TextDraw No Lugar Do Dinheiro

Ex :


1 Passo , Vamos Comeзa Pelas News !

Quote:

new Text:Ft[MAX_PLAYERS];
new Text:Box[MAX_PLAYERS];

2 Passo , Em OnPlayerConnect Vamos Colocar A TextDraw a Seu Gosto !
Ex:

Quote:

//================================================== ==========================//
Box[playerid] = TextDrawCreate(622.000000, 79.000000, " ");
TextDrawBackgroundColor(Box[playerid], 255);
TextDrawFont(Box[playerid], 1);
TextDrawLetterSize(Box[playerid], 0.500000, 1.000000);
TextDrawColor(Box[playerid], -1);
TextDrawSetOutline(Box[playerid], 0);
TextDrawSetProportional(Box[playerid], 1);
TextDrawSetShadow(Box[playerid], 1);
//================================================== ==========================//
Ft[playerid] = TextDrawCreate(495.000000, 81.000000, "000000000");
TextDrawBackgroundColor(Ft[playerid], 255);
TextDrawFont(Ft[playerid], 3);
TextDrawLetterSize(Ft[playerid], 0.740000, 1.700001);
TextDrawColor(Ft[playerid], 65535);
TextDrawSetOutline(Box[playerid], 0);
TextDrawSetProportional(Ft[playerid], 1);
TextDrawSetShadow(Ft[playerid], 1);
TextDrawUseBox(Ft[playerid], 1);
TextDrawBoxColor(Ft[playerid], 255);
TextDrawTextSize(Ft[playerid], 613.000000, 0.000000);
//================================================== ==========================//

3 Passo , Em OnPlayerSpawn Colokei Isso ! Para que os Jogadores Possam Ver a TextDraw Er r !

Quote:

TextDrawShowForPlayer(playerid, Ft[playerid]);
TextDrawShowForPlayer(playerid, Box[playerid]);

Por Ultimo No OnplayerUpdate

Quote:

new string[32];
format(string, sizeof(string), "%08d", GetPlayerMoney(playerid));
TextDrawSetString(Ft[playerid], string);

Explicando :

Quando O Player Connecta Aparecer a TextDraw ! e Quando Spawna Tbm ! Para ele Poder Ver a Text Draw e em OnPlayerUpdate Para que ele Conte o Dinheiro Na Textdraw

Simples Nгo ?

Creditos : Catchorro , Focaximubh


Dicas , Bugs , Criticas , Elogiar , Comente !

Acabei de Testar Funcionou Perfeitamente !

Obs : Nao Sei Cria Textdraw ? Simples Use o Zamaroth Editor

LINK : https://sampforum.blast.hk/showthread.php?tid=290640

La Explica Certinho . Obrigado A Todos Pelo Apoio


Agradecimentos : AlieN_ < Meu Amore nao te eskeci S2 -.-

AlieN_ O Rei Dos Porquinhos !
Reply


Messages In This Thread
Criando TextDraw De Dinheiro - by Catchorro - 16.11.2013, 03:22
Respuesta: Criando TextDraw De Dinheiro - by AlieN_ - 16.11.2013, 03:25
Re: Respuesta: Criando TextDraw De Dinheiro - by Catchorro - 16.11.2013, 05:14
Respuesta: Re: Respuesta: Criando TextDraw De Dinheiro - by AlieN_ - 16.11.2013, 05:16
Respuesta: Criando TextDraw De Dinheiro - by DanDRT - 16.11.2013, 09:07
Re: Criando TextDraw De Dinheiro - by caoraivoso3 - 16.11.2013, 12:30
Re: Criando TextDraw De Dinheiro - by Coe1 - 16.11.2013, 13:21
Re: Criando TextDraw De Dinheiro - by Catchorro - 16.11.2013, 14:06
Re: Criando TextDraw De Dinheiro - by Juniiro3 - 16.11.2013, 17:18
Re: Criando TextDraw De Dinheiro - by Don_Speed - 16.11.2013, 17:42

Forum Jump:


Users browsing this thread: 5 Guest(s)