mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
feat: load query.sql
This commit is contained in:
@@ -9,3 +9,8 @@ AddEventHandler("playerDropped", function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
SetConvarServerInfo("ND_Core", GetResourceMetadata(GetCurrentResourceName(), "version", 0) or "invalid")
|
SetConvarServerInfo("ND_Core", GetResourceMetadata(GetCurrentResourceName(), "version", 0) or "invalid")
|
||||||
|
|
||||||
|
local file = LoadResourceFile(GetCurrentResourceName(), "query.sql")
|
||||||
|
if file then
|
||||||
|
MySQL.query(file)
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user