mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 02:01:31 +00:00
formatting(core): Format all
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local ClientLoadESX = false
|
||||
|
||||
AddEventHandler("playerSpawned", function ()
|
||||
AddEventHandler("playerSpawned", function()
|
||||
if not ClientLoadESX then
|
||||
ShutdownLoadingScreenNui()
|
||||
ClientLoadESX = true
|
||||
@@ -10,4 +10,4 @@ AddEventHandler("playerSpawned", function ()
|
||||
DoScreenFadeIn(2500)
|
||||
end
|
||||
end
|
||||
end)
|
||||
end)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
Config = {}
|
||||
|
||||
Config.Fade = true
|
||||
Config.Fade = true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
game 'common'
|
||||
version '1.9.4'
|
||||
version '1.9.5'
|
||||
fx_version 'cerulean'
|
||||
author 'ESX-Framework'
|
||||
lua54 'yes'
|
||||
@@ -11,4 +11,4 @@ loadscreen_manual_shutdown "yes"
|
||||
|
||||
client_script 'client/client.lua'
|
||||
|
||||
files {'index.html', './vid/*.mp4', './vid/*.webm', './js/index.js', './css/index.css'}
|
||||
files { 'index.html', './vid/*.mp4', './vid/*.webm', './js/index.js', './css/index.css' }
|
||||
|
||||
Reference in New Issue
Block a user