mirror of
https://github.com/SpaxscE/LunasFlightSchool.git
synced 2025-03-04 03:13:27 -05:00
add correct vehicle types
This commit is contained in:
parent
10d3668742
commit
d23edd4ffa
@ -32,3 +32,7 @@ ENT.MaxThrustVtol = 400
|
||||
function ENT:IsGunship()
|
||||
return true
|
||||
end
|
||||
|
||||
function ENT:GetVehicleType()
|
||||
return "gunship"
|
||||
end
|
@ -50,3 +50,7 @@ end
|
||||
function ENT:IsHelicopter()
|
||||
return true
|
||||
end
|
||||
|
||||
function ENT:GetVehicleType()
|
||||
return "helicopter"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user