You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
There are two possible reasons why the delivery car not spawning:
1- Getting information about spawn location and car type and starting the event is triggered almost at the same time and getting information function is too long and not optimized, therefore it sometimes may not spawn the car. Adding Citizen.Wait() seems to fix the issue but it's not optimal.
2- Coordinates are simply wrong. I fix them when I spot them but there are a lot and I don't have time to search through them one by one at the moment.
The text was updated successfully, but these errors were encountered:
There are two possible reasons why the delivery car not spawning:
1- Getting information about spawn location and car type and starting the event is triggered almost at the same time and getting information function is too long and not optimized, therefore it sometimes may not spawn the car. Adding Citizen.Wait() seems to fix the issue but it's not optimal.
2- Coordinates are simply wrong. I fix them when I spot them but there are a lot and I don't have time to search through them one by one at the moment.
The text was updated successfully, but these errors were encountered: