forked from Simnation/Main
Update main.lua
This commit is contained in:
parent
5c935df3a3
commit
7a6c2dae16
1 changed files with 4 additions and 4 deletions
|
@ -252,14 +252,14 @@ function SpawnTaxiDriver(vehicle)
|
|||
|
||||
-- Bessere Fahrer-Models mit Fallbacks
|
||||
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)
|
||||
"U_M_M_Jesus_01", -- Standard Female
|
||||
"a_m_y_business_01", -- Business Male
|
||||
"a_f_y_business_01", -- Business Female
|
||||
"a_m_m_business_01", -- Business Male 2
|
||||
"a_m_y_downtown_01", -- Downtown Male
|
||||
"s_m_m_pilot_01", -- Pilot
|
||||
"s_m_y_dealer_01" -- Dealer
|
||||
"A_M_M_SouCent_02", -- Pilot
|
||||
"IG_Tonya" -- Dealer
|
||||
}
|
||||
|
||||
local driver = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue