Jump to content

Checking is the vehicle is a motor-vehicle


Nadav

Recommended Posts

  • MTA Team
Posted
  
local notMotor = { 
    [id] = true, 
    [id] = true 
} 
function isMotorVehicle(veh) 
    return not notMotor[getElementModel(veh)] 
end 

add ur own vehicle id's

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...