[Ajuda] relogio e velocimetro bugado
#1

A hora do meu serve с aparece mais nem aonde marcava a velocidade do carro,combustivel etc
PQ?
Reply
#2

Tempo travado RELOGA! -q

posta os codigos pra gente ver.. ^^
Reply
#3

aonde fica os code do relogio?
Procura por q nome?
Reply
#4

alguem sabe arrumar isso?
Reply
#5

pawn Code:
if(gPlayerLogged[i] == 1 && IsPlayerInAnyVehicle(i))
        {
            new vehicle = GetPlayerVehicleID(i);
            GetVehicleHealth(vehicle, Speedo_HP);
            new string[256];
            format(string,sizeof(string),"~b~Veiculo:~n~~w~%s~n~~b~Velocidade:~w~ %d KM/h~n~~b~Combustivel: ~W~%d%%~n~~b~Saude: ~W~%0.0f%%~n~~b~Localizacao:~n~~w~%s" ,vehName[GetVehicleModel(vehicle)-400], GetPlayerSpeed(i, true), Gas[vehicle], Speedo_HP/10, ReturnPlayerZone(i));
            TextDrawSetString(Speed[i], string);
            if(TextShow[i] == false)
            {
                TextDrawShowForPlayer(i, Speed[i]);
                TextShow[i] = true;
            }
        }
        else
        {
            if(TextShow[i] == true)
            {
                TextDrawHideForPlayer(i, Speed[i]);
                TextShow[i] = false;
            }
        }
    }
}
esse й o velocidade e etc
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)