-
-
Notifications
You must be signed in to change notification settings - Fork 499
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
if you create your own truck using engineRequestModel, then it becomes impossible to attach a trailer
Steps to reproduce
local id = engineRequestModel("vehicle", 514)
local txdData = engineLoadTXD("petro.txd")
engineImportTXD(txdData, id)
local dffData = engineLoadDFF("petro.dff")
engineReplaceModel(dffData, id)
...
setElementModel(model, id) -- model from server
Version
No response
Additional context
No response
Relevant log output
Security Policy
- I have read and understood the Security Policy and this issue is not security related.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working