Skip to content

Commit

Permalink
fix(client/main): increase model timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Swellington-Soares authored Oct 5, 2024
1 parent 47086e8 commit 960cf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ local dealerPos = lib.points.new({
})

function dealerPos:onEnter()
lib.requestModel(config.dealerModel, 5000)
lib.requestModel(config.dealerModel, 10000)
dealer = CreatePed(26, config.dealerModel, config.dealerCoords.x, config.dealerCoords.y, config.dealerCoords.z, config.dealerCoords.w, false, false)
SetModelAsNoLongerNeeded(config.dealerModel)
TaskStartScenarioInPlace(dealer, 'WORLD_HUMAN_AA_SMOKE', 0, false)
Expand Down

0 comments on commit 960cf80

Please sign in to comment.