[HELP]Nitrogen
#1

Nitrogen cooling time how to reset
Reply
#2

You can't reset it, you just need to add new nitro to your vehicle.
Reply
#3

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys == KEY_ACTION)
    {
        new vehicleid = GetPlayerVehicleID(playerid);
        AddVehicleComponent(vehicleid, 1010);
        return 1;
    }
    return 1;
}
Will give the player nitro every time they press, control.
Reply
#4

thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)