[Ajuda] Ajuda para manipular IDs de veнculos
#2

Vocк pode fazer uma simples verificaзгo quando o jogador for entrar no veiculo, veja a baixo..

PHP код:
public OnPlayerStateChange(playerid,newstate,oldstate)
{
    
// Verifique se o jogador estб dentro de qualquer veнculo (como motorista ou passageiro).
    
if(IsPlayerConnected(playerid) && IsPlayerInAnyVehicle(playerid))
    {
        if(
GetPlayerState(playerid) != PLAYER_STATE_DRIVER) return 1;
        
// Se o jogador for o motorista, mostre as informaзхes do veiculo pra ele
        
TextDrawShowForPlayer(playeridvelocidade); // Troque pela sua textdraw
    
}
    else 
// se nгo for o motorista esconda as informaзхes do veiculo
    
{
        
TextDrawHideForPlayer(playeridvelocidade); // Troque pela sua textdraw
    
}
    return 
1;

Reply


Messages In This Thread
Ajuda para manipular IDs de veнculos - by IniProgrammer - 18.03.2018, 03:20
Re: Ajuda para manipular IDs de veнculos - by IgorLuiz - 18.03.2018, 03:47
Re: Ajuda para manipular IDs de veнculos - by Marllun - 18.03.2018, 04:18
Re: Ajuda para manipular IDs de veнculos - by rjjj - 18.03.2018, 04:21
Re: Ajuda para manipular IDs de veнculos - by IniProgrammer - 18.03.2018, 13:14
Re: Ajuda para manipular IDs de veнculos - by FerrariL - 18.03.2018, 13:57
Re: Ajuda para manipular IDs de veнculos - by IniProgrammer - 18.03.2018, 14:18
Re: Ajuda para manipular IDs de veнculos - by FerrariL - 18.03.2018, 14:23
Re: Ajuda para manipular IDs de veнculos - by IniProgrammer - 18.03.2018, 14:32
Re: Ajuda para manipular IDs de veнculos - by FerrariL - 18.03.2018, 14:41

Forum Jump:


Users browsing this thread: 2 Guest(s)