mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
feat(es_extended/server/common.lua): add version getter to init print
This commit is contained in:
@@ -63,7 +63,7 @@ MySQL.ready(function()
|
||||
|
||||
ESX.RefreshJobs()
|
||||
|
||||
print('[^2INFO^7] ESX ^5Legacy 1.9.0^0 initialized!')
|
||||
print(('[^2INFO^7] ESX ^5Legacy %s^0 initialized!'):format(GetResourceMetadata(GetCurrentResourceName(), "version", 0)))
|
||||
StartDBSync()
|
||||
StartPayCheck()
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user