1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-30 07:13:12 +02:00
parent 53583a7081
commit c52291f1b6
2 changed files with 3 additions and 3 deletions

View file

@ -190,8 +190,8 @@ RegisterNetEvent('taxi:enterStationVehicle', function(data)
-- Verschiedene Fahrer-Models versuchen
local driverModels = {
"mp_m_freemode_01", -- Standard Male (sollte immer verfügbar sein)
"mp_f_freemode_01", -- Standard Female
"A_C_Chimp", -- Standard Male (sollte immer verfügbar sein)
"IG_JIO", -- Standard Female
"a_m_y_business_01", -- Business Male
"a_f_y_business_01", -- Business Female
"a_m_m_business_01", -- Business Male 2

View file

@ -145,7 +145,7 @@ Config.KnownDestinations = {
},
{
name = "Vespucci Beach",
coords = vector3(-1266.0, -833.0, 17.0),
coords = vector3(-1686.28, -934.24, 7.69),
price = 30
}
}