[AJUDA]Textdraw Atualizar pra allplayers
#1

Bom assim
eu ja fiz tudo relacionado aos textdraw, sу nгo consigo fazer eles aparecerem pra isso preciso fazer uma public com a funзгo e por no onplayerupdate (nгo falem de settimer que n vo fazer com settimer). to a 1 hora e 53 minutos procurando no forum e nгo acho nada do tipo.

Variaveis de verificaзгo
pawn Код:
Marinha[MAX_PLAYERS]; e Exercito[MAX_PLAYERS];
Codigo do textdraw pra por nas public
pawn Код:
Textdraw6 = TextDrawCreate(497.000000, 174.000000, "Marinha: 0");
    TextDrawBackgroundColor(Textdraw6, 255);
    TextDrawFont(Textdraw6, 1);
    TextDrawLetterSize(Textdraw6, 0.380000, 1.600000);
    TextDrawColor(Textdraw6, 16711935);
    TextDrawSetOutline(Textdraw6, 0);
    TextDrawSetProportional(Textdraw6, 1);
    TextDrawSetShadow(Textdraw6, 1);

    Textdraw7 = TextDrawCreate(497.000000, 189.000000, "Exercito: 0");
    TextDrawBackgroundColor(Textdraw7, 255);
    TextDrawFont(Textdraw7, 1);
    TextDrawLetterSize(Textdraw7, 0.380000, 1.600000);
    TextDrawColor(Textdraw7, 16711935);
    TextDrawSetOutline(Textdraw7, 0);
    TextDrawSetProportional(Textdraw7, 1);
    TextDrawSetShadow(Textdraw7, 1);
Bom o que eu quero? eu fiz o sistema que quando alguem mata alguem de uma org rival a equipe ganhe 1 ponto
Agora queria mostrar a pontuaзгo das 2 equipes pra todo mundo ver e se alguem matar alguem a pontuaзгo altualizar usando as variaveis setadas acima!

tentei fazer de 3 modos e nгo tive sucesso!

(OBS: O RESTO DO CУDIGO EU TENHO Й QUE PRA FAZER A PUBLIC ACREDITO QUE SУ PRECISEM DESSE)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)