forked from Simnation/Main
ed
This commit is contained in:
parent
19fea951a1
commit
1d404bab45
2 changed files with 2 additions and 2 deletions
|
@ -841,7 +841,6 @@ RegisterNetEvent('taxi:respawnAllStations', function()
|
||||||
InitializeTaxiStations()
|
InitializeTaxiStations()
|
||||||
|
|
||||||
lib.notify({
|
lib.notify({
|
||||||
title =
|
|
||||||
title = 'Taxi Service',
|
title = 'Taxi Service',
|
||||||
description = 'Alle Taxi-Stationen wurden neu gespawnt',
|
description = 'Alle Taxi-Stationen wurden neu gespawnt',
|
||||||
type = 'success'
|
type = 'success'
|
||||||
|
@ -877,3 +876,4 @@ AddEventHandler('onResourceStop', function(resourceName)
|
||||||
print("^2[TAXI STATIONS DEBUG]^7 Cleanup completed")
|
print("^2[TAXI STATIONS DEBUG]^7 Cleanup completed")
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
|
@ -89,7 +89,7 @@ Config.TaxiStations = {
|
||||||
vehicles = {
|
vehicles = {
|
||||||
{
|
{
|
||||||
model = 'taxi',
|
model = 'taxi',
|
||||||
coords = vector4(204.9, -846.9, 30.5, 254.69)
|
coords = vector4(204.9, -846.9, 30.5, 254.69),
|
||||||
pricePerKm = 6
|
pricePerKm = 6
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue