mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-16 21:46:03 +01:00
feat: load query.sql
This commit is contained in:
@@ -9,3 +9,8 @@ AddEventHandler("playerDropped", function()
|
||||
end)
|
||||
|
||||
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