Jump to content

[HELP] Expected vehicle got boolean


..:D&G:..

Recommended Posts

Posted

Hey, I am trying to make a speedometer and the script returns boolean instead of the vehicle when I try to see if the vehicle has it's lights on.

local vehicle = getPedOccupiedVehicle(localPlayer) 
    if ( getVehicleOverrideLights ( vehicle ) == 2 ) then 
        disc = guiCreateStaticImage(screenX - globalImageWidth - globalOffsetX, screenY - globalImageHeight - ( globalOffsetY + 15 ), globalImageWidth, globalImageHeight, "speedometer/disc.png", false) 

Any ideas how to fix it?

Posted

getVehicleOverrideLights returns boolean, and when I start the resource I get that error, and the player is not in a vehicle, but it should work when the player gets in a vehicle..

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