[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
#2

й preciso ver o cуdigo 50 vezes para ver toda a grandeza deste tutorial....no comments...

@edit

ehauehauehuauheahuhuae o rei de porcos -q-q-q te amu <3
Reply
#3

Quote:
Originally Posted by AlieN_
View Post
й preciso ver o cуdigo 50 vezes para ver toda a grandeza deste tutorial....no comments...

@edit

ehauehauehuauheahuhuae o rei de porcos -q-q-q te amu <3
kk Tbm S2 < Nгo Entendi O :

Quote:

й preciso ver o cуdigo 50 vezes para ver toda a grandeza deste tutorial....no comments...

Reply
#4

Quote:
Originally Posted by Catchorro
View Post
kk Tbm S2 < Nгo Entendi O :
resumindo....o tutorial estб fodasticooooo
Reply
#5

Assim vocк estб criando 1000 TextDraws.
Use PlayerTextDraw.
Reply
#6

voce esta a criar textdraws globais tens de criar so para o player como o dandrt disso crie com playertextdraw
Reply
#7

Que cуdigo porco. Da para fazer melhor.
Reply
#8

Quote:
Originally Posted by Coe1
View Post
Que cуdigo porco. Da para fazer melhor.
Tente Fazer Melhor .

Essa e a unica maneira que eu sei , pode ajudar pessoas .

Quote:
Quote:
Originally Posted by DanDRT
View Post
Assim vocк estб criando 1000 TextDraws.
Use PlayerTextDraw.
Vou Tentar vlw pela dica .
Reply
#9

Nгo entendi a utilidade disso, mas o tutorial tб legal, bem explicadinho.
Reply
#10

Sabia que da pra criar a box na mesma TextDraw que informa o dinheiro , nгo precisa de duas.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)