Push Before PR

This commit is contained in:
MiddleSkillz
2021-05-05 01:21:53 -06:00
parent 8f91023bd9
commit 888e48a3dd
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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')
-1
View File
@@ -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