/engine and Fuel issue
#1

Hello,

I am having a small or big question. Is first time when I am trying this and I have no idea what I have to do. I want to make that Bikes (BMX, etc etc) to don't have Engine and Fuel. Does anybody knows how can I do that ? I'll really appreciate if I get a little help. Thank you very much

Best Regards,
Reply
#2

When the player uses /engine or goes to a petrol pump or something.
You can check if he is sitting on a bike/bmx or whatever using
If and GetVehicleID functions
Reply
#3

pawn Код:
new model = GetVehicleModel(GetPlayerVehicleID(playerid));
if(model != 481 && model != 509 && model != 510)
{
    //codes
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)