[Ajuda] o passegueiro liga o carro como faz so pra o condutor ligar?
#1

PHP код:
 if((newkeys == KEY_YES) && (IsPlayerInAnyVehicle(playerid)))
    {
    
//Ligar/desligar vйiculo
    
new carroa GetPlayerVehicleID(playerid);
    new 
motlualarporcappormaob;
    
GetVehicleParamsExcarroamotlualarporcappormaob );
    if(
mot == VEHICLE_PARAMS_OFF)
    {
    
SendClientMessage(playeridAzul"Veiculo Ligado");
    
SetVehicleParamsExcarroaVEHICLE_PARAMS_ONlualarporcappormaob );
    }else{
    
SendClientMessage(playeridVermelho"Veiculo Desligado");
    
SetVehicleParamsEx(carroaVEHICLE_PARAMS_OFFlualarporcappormaob);
    }
    } 
Reply
#2

Use o estado DRIVER.

https://sampwiki.blast.hk/wiki/GetPlayerState

Seu cуdigo ficaria semelhante a isso:

PHP код:
if((newkeys == KEY_YES)&&(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)) {
    static
        
carroa GetPlayerVehicleID(playerid),
        
motlualarporcappormaob
    
;
    
GetVehicleParamsExcarroamotlualarporcappormaob );
    return 
mot == VEHICLE_PARAMS_OFF ? (SendClientMessage(playeridAzul"Veiculo Ligado"),
        
SetVehicleParamsExcarroaVEHICLE_PARAMS_ONlualarporcappormaob )):(SendClientMessage(playeridVermelho"Veiculo Desligado"),
        
SetVehicleParamsEx(carroaVEHICLE_PARAMS_OFFlualarporcappormaob));

Na verdade й isso, digo semelhante, pelo fato de eu nгo ter compilado.


Abз!
Reply
#3

Obrigado SKY, vou testar aqui
Reply
#4

Notei alguns erros no cуdigo, jб efetuei a correзгo, vк se compila ai ..
Reply
#5

Pois kk C:\Users\Hйlder\Desktop\N.R.V\Gamemode oficial NRV\gamemodes\GMNRV.pwn(41132) : error 029: invalid expression, assumed zero
C:\Users\Hйlder\Desktop\N.R.V\Gamemode oficial NRV\gamemodes\GMNRV.pwn(41135) : error 008: must be a constant expression; assumed zero deu aq tb ksks
Reply
#6

Compilou nгo amigo..

Deu um erro.. '-'

Nessa parte aq

carroa = GetPlayerVehicleID(playerid),
Reply
#7

PHP код:
if((newkeys == KEY_YES)&&(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)) { 
    static 
        
carroa
        
motlualarporcappormaob 
    

    
carroa GetPlayerVehicleID(playerid);
    
GetVehicleParamsExcarroamotlualarporcappormaob ); 
    return 
mot == VEHICLE_PARAMS_OFF ? (SendClientMessage(playeridAzul"Veiculo Ligado"), 
        
SetVehicleParamsExcarroaVEHICLE_PARAMS_ONlualarporcappormaob )):(SendClientMessage(playeridVermelho"Veiculo Desligado"), 
        
SetVehicleParamsEx(carroaVEHICLE_PARAMS_OFFlualarporcappormaob)); 

caso nгo der, tente assim.

PHP код:
if((newkeys == KEY_YES)&&(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)) {
    static 
vComp[7],
        
vehicle
    
;
    
    
vehicle GetPlayerVehicleID(playerid);
    
GetVehicleParamsExvehiclevComp[0], vComp[1], vComp[2], vComp[3], vComp[4], vComp[5], vComp[6] );
    if( 
mot == VEHICLE_PARAMS_OFF)
        
SendClientMessage(playeridAzul"Veiculo Ligado"),
        
SetVehicleParamsExcarroaVEHICLE_PARAMS_ONvComp[1], vComp[2], vComp[3], vComp[4], vComp[5], vComp[6]);
    else
        
SendClientMessage(playeridVermelho"Veiculo Desligado"),
        
SetVehicleParamsEx(carroaVEHICLE_PARAMS_OFFvComp[1], vComp[2], vComp[3], vComp[4], vComp[5], vComp[6]);

Olha se vai agora, rsrs, perdгo estou muito tempo sem programar..
Reply
#8

Obrigado.. agora compilou sem erros..
Da pra me chmar no privado depois se puder obrigado e nos
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)