Jump to content

What's wrong?


FuriouZ

Recommended Posts

Posted

Hey!

I have a problem, debug gives me a warning ..."Bad argument @ 'getVehicleType' [Expected number at argument 1, got boolean]

local localVehicle = getPedOccupiedVehicle (getLocalPlayer())         
if ( isPedInVehicle(localPlayer) ) and ( getVehicleType(localVehicle) == "Helicopter" ) then 
-- 
else 
-- 
end 
  

Everything works, but debug just gives me this error.

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...