1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-30 03:26:19 +02:00
parent 19fea951a1
commit 1d404bab45
2 changed files with 2 additions and 2 deletions

View file

@ -841,7 +841,6 @@ RegisterNetEvent('taxi:respawnAllStations', function()
InitializeTaxiStations()
lib.notify({
title =
title = 'Taxi Service',
description = 'Alle Taxi-Stationen wurden neu gespawnt',
type = 'success'
@ -877,3 +876,4 @@ AddEventHandler('onResourceStop', function(resourceName)
print("^2[TAXI STATIONS DEBUG]^7 Cleanup completed")
end
end)

View file

@ -89,7 +89,7 @@ Config.TaxiStations = {
vehicles = {
{
model = 'taxi',
coords = vector4(204.9, -846.9, 30.5, 254.69)
coords = vector4(204.9, -846.9, 30.5, 254.69),
pricePerKm = 6
}
}