mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
@@ -29,4 +29,4 @@ AddEventHandler("playerSpawned", function()
|
||||
print("^0ND Framework support discord: ^5https://discord.gg/Z9Mxu72zZ6")
|
||||
SetCanAttackFriendly(PlayerPedId(), true, false)
|
||||
NetworkSetFriendlyFireOption(true)
|
||||
end)
|
||||
end)
|
||||
@@ -17,9 +17,3 @@ function NDCore.GetPlayersFromCoords(distance, coords)
|
||||
end
|
||||
return closePlayers
|
||||
end
|
||||
|
||||
for name, func in pairs(NDCore) do
|
||||
if type(func) == "function" then
|
||||
exports(name, func)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
NDCore = {}
|
||||
|
||||
CreateThread(function()
|
||||
SetDiscordAppId(Config.discordAppId)
|
||||
SetDiscordRichPresenceAsset(Config.discordAsset)
|
||||
|
||||
Reference in New Issue
Block a user