mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Merge pull request #85 from realneonium/main
feat: add version checking
This commit is contained in:
@@ -34,6 +34,8 @@ SetConvarServerInfo("Discord", Config.discordInvite)
|
|||||||
SetConvarServerInfo("NDCore", GetResourceMetadata(resourceName, "version", 0) or "invalid")
|
SetConvarServerInfo("NDCore", GetResourceMetadata(resourceName, "version", 0) or "invalid")
|
||||||
SetConvarReplicated("inventory:framework", "nd")
|
SetConvarReplicated("inventory:framework", "nd")
|
||||||
|
|
||||||
|
lib.versionCheck('ND-Framework/ND_Core')
|
||||||
|
|
||||||
local function getIdentifierList(src)
|
local function getIdentifierList(src)
|
||||||
local list = {}
|
local list = {}
|
||||||
for i=0, GetNumPlayerIdentifiers(src) do
|
for i=0, GetNumPlayerIdentifiers(src) do
|
||||||
|
|||||||
Reference in New Issue
Block a user