Parking System

[GERMAN]
Parking System Version 5 ist raus!

  • hinzugefügt Kurzschließen funktion
  • entfernt parken funktion
  • geändert autos parken Automatisch

Kurzschließen system und schloss knacken system benötigen progressBars
empfohlen: EngineToggle, esx_carlock

NICHT DAS SCRIPT NEUSTARTEN WÄHREND SPIELER ONLINE SIND

[ENGLISH]
Parking System Version 5 is out!

  • added hotwire function
  • removed park function
  • changed cars park automatically

hotwire system and lock picking system need progressBars
recommended: EngineToggle, esx_carlock

DO NOT RESTART SCRIPT WHILE PLAYERS ONLINE
[GERMAN]
Parking System Version 6 ist raus!

  • Spawn pro Spieler nach Neustart behoben
  • Sprachen hinzugefügt

[ENGLISH]
Parking System Version 6 is out!

  • Fixed per player spawn after restart
  • added Languages

[GERMAN]
Parking System Version 7 ist raus!

  • geändert: Autos erscheinen mehrfach beim Kauf

[ENGLISH]
Parking System Version 7 is out!

  • Fixed: Cars appear triple when buying

in version 8 you will be able to toggle it :slight_smile:

possible to just remove the other engine ressource and just start it with a few lines…


	RegisterCommand('start_engine', function() -- Optional
		Toggle_Engine()
	end, false)

	function Toggle_Engine()
		local veh = GetVehiclePedIsIn(PlayerPedId(), false)
		if veh ~= nil and vehicle ~= 0 and GetPedInVehicleSeat(veh, -1) then
			SetVehicleEngineOn(veh, (not GetIsVehicleEngineRunning(veh)), false, true)
		end
	end


I got this Error Message when i spawn a car with /car . How to fix it?

if you read it says: missing column state in field list.
So add the column state in owned_vehicles.

1 Like

Thanks

Hello have you found a solution? thank you

Cars does appear, not only after restart.

What happens when I park the vehicle inside my garage script, will the car spawn then after restart at the position where I parked it inside my garage?

Vehicles appear only after manual restart of the resource

if its not an virtual garage like esx_drp_garage or something like that yeah.

dude no, than you dont have version 7 or you have a script that doesnt allow it

so where the cars will be spawning then after restart ? :smiley: they wont spawn because they arent in the world or how i can understand how this will work?

Hey i use eden garage and when i store my vehicle and restart the server the vehicle spawn anyway u know why?

thx:)

and when i mount on the vehicle i have this error

is it normal that the sql file has no unique key ?

and the vehicles doesnt get spawned at the location there should be

why should they? You cant have the same plate…

you need to check your server…

you need to have a coulum named “stored” and one named “state”