Added many more spawn points and fixed spelling

This commit is contained in:
ElPumpo
2018-08-04 22:56:49 +02:00
parent 78413c2f7b
commit c3b7b88fe8
3 changed files with 107 additions and 12 deletions
+2 -5
View File
@@ -18,13 +18,10 @@ Citizen.CreateThread(function()
if CurrentAction == 'boat_shop' then
OpenBoatShop(Config.Zones.BoatShops[CurrentActionData.zoneNum])
elseif CurentAction == 'garage_out' then
elseif CurrentAction == 'garage_out' then
OpenBoatGarage(Config.Zones.Garages[CurrentActionData.zoneNum])
elseif CrurentAction == 'garage_in' then
elseif CurrentAction == 'garage_in' then
StoreBoatInGarage(CurrentActionData.vehicle)
else
print('unknown') -- what's going on?!?!
end
CurrentAction = nil