Jump to content

Vehicle check


jeremaniak

Recommended Posts

Posted (edited)
function myVehicleType(theVehicle, seat, jacked) 
         outputChatBox("Your vehicle type is:" ..getVehicleType(theVehicle)..".", source, 255, 0, 0) 
end 
addEventHandler("onVehicleEnter", root, myVehicleType) 

Edited by Guest
Posted
function myVehicleType(player, seat, jacked) 
         outputChatBox("Your vehicle type is:" ..getVehicleType(source)..".", player, 255, 0, 0) 
end 
addEventHandler("onVehicleEnter", root, myVehicleType) 

Are you dreaming boss?

thePlayer: A player element representing the player who is entering the vehicle

Is the first parameter? Idk what's wrong and Player not defined!

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