[AJUDA]Text Draw
#1

Tipo Galera O TextDraw Velocimetro Estб Bugando Com o Relogio :S


Velocimetro :

pawn Код:
OnPlayerConnected(playerid)
{
    Velo[playerid] = TextDrawCreate(60.000000,323.000000,"KM");
    TextDrawColor(Velo[playerid],verde);
    TextDrawSetOutline(Velo[playerid],1);
    TextDrawBackgroundColor(Velo[playerid],0x000000FF);
    TextDrawFont(Velo[playerid],2);
        return 1;
}
Atualizador:
pawn Код:
OnPlayerUpdate(playerid)
{
    if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
    {
    format(veloc, sizeof(veloc),"KM/H:%02d",GetPlayerSpeed(playerid));
    TextDrawSetString(Velo[playerid],veloc);
    }
       return 1;
}
Relogio:
pawn Код:
GameModeInit()
{
    Relogio = TextDrawCreate(605.0,25.0,"HRS");
    TextDrawFont(Relogio, 3);
    TextDrawSetOutline(Relogio,1);
    TextDrawBackgroundColor(Relogio,0x000000FF);
    TextDrawColor(Relogio,verde);
    TextDrawAlignment(Relogio,3);
    TextDrawLetterSize(Relogio,0.5,1.5);
и Fica Bugando print:


Reply
#2

No seu onplayerdisconnect vc colocou a linha
pawn Код:
TextDrawDestroy(Velo[playerid]);
?
Reply
#3

Ainda Persiste o ERRO :S
Reply
#4

Galera Desculpe o Doble Denovo :S

й Que Nгo Hб Nessecidade De Cria Outro Tуpico.

Ja Fisso De Tudo Para Arrumar Esses TextDraw Refiz Eles

e Nada Sempre Buga :@

To Ficando Desesperado.

HELP POR FAVOR
Reply
#5

pawn Код:
public OnGameModeExit()
{
    TextDrawDestroy(Velo);
    return 1;
}
Jб tentou assim?

#Edit
Ops errei ali, alterei!
Reply
#6

Nao Adianto Nada vou gravar um video ja edito e coloco aki


Video:


[ame]http://www.youtube.com/watch?v=A5VA7zBiz0c[/ame]
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)