Help with garage system!
#20

No...

Under that callback, there'll be a check look for the newkeys of Y, and you need that segment of code...

Like this...

PHP код:
public OnPlayerKeyStateChange(playeridnewkeysoldkeys)
{
    
/*if((newkeys & KEY_FIRE)&&!(oldkeys & KEY_FIRE))
    {
        if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER && GetPlayerVehicleID(playerid)==EMSBox)
        {
        }
    }*/
    
if((oldkeys KEY_FIRE)&&!(newkeys KEY_FIRE))//Holding fire lets nitro run, and releasing it turns it off, and sets the vehicle HP.
    
{
        if(
GetPlayerState(playerid) == PLAYER_STATE_DRIVER && GetPlayerVehicleID(playerid)==EMSBox)
        {
            
AddVehicleComponent(EMSBox1010);
            
SetVehicleHealth(EMSBox10000);
        }
    }
    
/*if((oldkeys & KEY_JUMP) &&!(newkeys & KEY_JUMP))
    {
        SendClientMessage(playerid, -1, "Jump pressed");
    }
    */ 
Reply


Messages In This Thread
Help with garage system! - by iNkyz - 25.06.2018, 19:08
Re: Help with garage system! - by grymtn - 25.06.2018, 21:59
Re: Help with garage system! - by iNkyz - 26.06.2018, 03:10
Re: Help with garage system! - by div - 26.06.2018, 03:18
Re: Help with garage system! - by iNkyz - 26.06.2018, 20:12
Re: Help with garage system! - by grymtn - 26.06.2018, 20:36
Re: Help with garage system! - by iNkyz - 26.06.2018, 21:05
Re: Help with garage system! - by iNkyz - 27.06.2018, 00:50
Re: Help with garage system! - by Sew_Sumi - 27.06.2018, 01:31
Re: Help with garage system! - by Verc - 27.06.2018, 03:44
Re: Help with garage system! - by div - 27.06.2018, 04:12
Re: Help with garage system! - by GTLS - 27.06.2018, 08:39
Re: Help with garage system! - by iNkyz - 27.06.2018, 10:58
Re: Help with garage system! - by Verc - 27.06.2018, 11:35
Re: Help with garage system! - by iNkyz - 27.06.2018, 19:33
Re: Help with garage system! - by Sew_Sumi - 27.06.2018, 21:12
Re: Help with garage system! - by iNkyz - 28.06.2018, 21:33
iNkyz - by Sew_Sumi - 29.06.2018, 00:54
Re: Help with garage system! - by iNkyz - 29.06.2018, 01:25
Re: Help with garage system! - by Sew_Sumi - 29.06.2018, 01:59

Forum Jump:


Users browsing this thread: 1 Guest(s)