addEvent("onParkingVehicleSpawn", true)
addEventHandler("onParkingVehicleSpawn", root, function(id)
if not id then return end
local spawn=exports["pystories-vehicles"]:onRespawnVehicles(_,id,{ -2533.34, -23.63, 16.13, 0.0, 360.0, 90.0})
if spawn then
outputChatBox("✔ #FFFFFFPomy?lnie wyci?gna?e?(a?) pojazd z przechowalni.", el, 0, 255, 0, true)
end
end)