mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-16 21:46:03 +01:00
feat: change license to any identifier
This commit is contained in:
3
init.lua
3
init.lua
@@ -8,7 +8,8 @@ Config = {
|
||||
discordActionLink = GetConvar("discordActionLink", "https://discord.gg/Z9Mxu72zZ6"),
|
||||
discordActionText2 = GetConvar("core:discordActionText2", "STORE"),
|
||||
discordActionLink2 = GetConvar("core:discordActionLink2", "https://andyyy.tebex.io/category/fivem-scripts"),
|
||||
groups = json.decode(GetConvar("core:groups")) or {}
|
||||
groups = json.decode(GetConvar("core:groups")) or {},
|
||||
characterIdentifier = GetConvar("core:characterIdentifier", "license")
|
||||
}
|
||||
|
||||
local nd_core = exports["ND_Core"]
|
||||
|
||||
Reference in New Issue
Block a user