mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Push Before PR
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ AddEventHandler('esx:playerLoaded', function(playerData, isNew)
|
||||
y = playerData.coords.y,
|
||||
z = playerData.coords.z + 0.25,
|
||||
heading = playerData.coords.heading,
|
||||
model = Config.DefaultPlayerModel,
|
||||
model = `mp_m_freemode_01`,
|
||||
skipFade = false
|
||||
}, function()
|
||||
TriggerServerEvent('esx:onPlayerSpawn')
|
||||
|
||||
@@ -17,5 +17,4 @@ Config.EnableDebug = false -- Use Debug options?
|
||||
Config.EnableDefaultInventory = true -- Display the default Inventory ( F2 )
|
||||
Config.EnableWantedLevel = false -- Use Normal GTA wanted Level?
|
||||
Config.EnablePVP = true -- Allow Player to player combat
|
||||
Config.DefaultPlayerModel = `mp_m_freemode_01` -- Don't Change this there is absolutely no need
|
||||
|
||||
|
||||
Reference in New Issue
Block a user