This commit is contained in:
Mycroft
2021-04-05 21:36:39 +01:00
parent 48d1d8fbeb
commit 33cafef736
2 changed files with 31 additions and 47 deletions
+5 -1
View File
@@ -23,7 +23,11 @@ function RemoveOwnedVehicle(plate)
end
AddEventHandler('onResourceStart', function(resourceName)
Wait(1000)
Wait(420)
SQLVehiclesAndCategories()
end)
MySQL.ready(function()
SQLVehiclesAndCategories()
end)