binding fix+nitro
#2

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if ((newkeys & KEY_SUBMISSION)) /// This will add 10x NOS to the car and repair it if player is in a car.
    {
    AddVehicleComponent(GetPlayerVehicleID(playerid), 1010);
    RepairVehicle(GetPlayerVehicleID(playerid));
    return 1;
    }

greetz
Reply


Messages In This Thread
binding fix+nitro - by jamesbond007 - 02.12.2009, 09:36
Re: binding fix+nitro - by Cedimedi - 02.12.2009, 09:54
Re: binding fix+nitro - by dice7 - 02.12.2009, 10:10
Re: binding fix+nitro - by _Sami_ - 02.12.2009, 10:53
Re: binding fix+nitro - by dice7 - 02.12.2009, 11:11
Re: binding fix+nitro - by _Sami_ - 02.12.2009, 11:38
Re: binding fix+nitro - by Djiango - 02.12.2009, 12:10
Re: binding fix+nitro - by Cedimedi - 02.12.2009, 12:46
Re: binding fix+nitro - by _Sami_ - 02.12.2009, 19:54

Forum Jump:


Users browsing this thread: 5 Guest(s)