[Ajuda] Velocimetro bugado
#4

'-' ao inves de
pawn Код:
format(string, sizeof(string), "~p~Velocidade: ~w~%d KM/H", Velocity[0], Velocity[1], Velocity[2]);
Use
pawn Код:
format(string, sizeof(string),"~p~Velocidade: ~w~%d KM/H",GetVehicleVelocity(i, true));
Antes disso no inicio do velocimetro coloca for(new i=0; i<MAX_PLAYERS; i++)
Reply


Messages In This Thread
Velocimetro bugado - by Quazar - 11.08.2012, 15:20
Re: Velocimetro bugado - by Delay - 11.08.2012, 16:08
Re: Velocimetro bugado - by Quazar - 11.08.2012, 16:11
Re: Velocimetro bugado - by Prompt - 11.08.2012, 23:22
Re: Velocimetro bugado - by Quazar - 12.08.2012, 07:34
Re: Velocimetro bugado - by paulor - 12.08.2012, 13:56
Re: Velocimetro bugado - by Quazar - 12.08.2012, 14:17
Re: Velocimetro bugado - by paulor - 12.08.2012, 15:42
Re: Velocimetro bugado - by Quazar - 12.08.2012, 16:19
Re: Velocimetro bugado - by paulor - 12.08.2012, 20:55

Forum Jump:


Users browsing this thread: 1 Guest(s)