-
-
Notifications
You must be signed in to change notification settings - Fork 501
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
i suspect this bug is related to my previous issue #2166
but to describe it simply,
vehicles made using newly generated ids by engineRequestModel don't return the proper vehicle type
Expected behaviour
it should return for example "Automobile" or returns the type of it's inherited / cloned vehicle id
Screenshots
image 1 : showing the banshee working just fine
image 2 : showing it return EMPTY "" when trying with added vehicle (not replaced) via #2166
Code i used to check the values
addEventHandler("onClientVehicleStartEnter", root, function( p )
iprint( "Vehicle Type "..source.vehicleType )
end)
Version
Please provide the following information:
- server/client version v1.5.8-release-20839
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working