[Ajuda] Velocimetro nao ativa
#2

Faz assim
PHP код:
public OnPlayerStateChange(playeridnewstateoldstate)
{
        if(
newstate == PLAYER_STATE_DRIVER)
        {
            
TextDrawShowForPlayer(playeridVelocimetro);
        }
        return 
1;

PHP код:
public OnPlayerExitVehicle(playeridvehicleid)
{
    
TextDrawShowForPlayer(playeridVelocimetro); // Aqui ta pra mostrar a textdraw... 
        /// correto seria TextDrawHideForPlayer
    
return 1;

Reply


Messages In This Thread
Velocimetro nao ativa - by VinnyScript - 30.03.2015, 03:05
Re: Velocimetro nao ativa - by Whoo - 30.03.2015, 03:12
Re: Velocimetro nao ativa - by VinnyScript - 30.03.2015, 04:12
Re: Velocimetro nao ativa - by Holl - 30.03.2015, 04:33
Re: Velocimetro nao ativa - by CucaBeludo - 30.03.2015, 04:38
Re: Velocimetro nao ativa - by ipsLuan - 30.03.2015, 04:47

Forum Jump:


Users browsing this thread: 4 Guest(s)