Lusty94 / lusty94_diner

Pops Diner Job For QB-Core
7 stars 2 forks source link

Props are not spawning #2

Open FenixDK opened 3 months ago

FenixDK commented 3 months ago

Hi. Thanks for the amasing script. I have noticed that the script needs to be restarted before the props are appearing. Once restarted, everything is working fine.

Lusty94 commented 3 months ago

hi mate you could try increase the wait timer for requesting the prop model, it can be found here: https://github.com/Lusty94/lusty94_diner/blob/main/client/diner_client.lua#L1247

perhaps try increasing to 5000 or 10000 and see if that fixes anything,

FenixDK commented 3 months ago

I have tried 10000, unfortunately it didn't help.

Also tried 50000, still nothing

FenixDK commented 3 months ago

Ah ok, there we go, it helped, but the props are appearing/disappearing. But that's probably an MLO issue, not the props. Thanks.