feat: load query.sql

This commit is contained in:
Andyyy7666
2023-07-10 02:31:42 +02:00
parent 426be404f3
commit 72f4b011ec

View File

@@ -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