REFACTORRRRRR

fuck you
This commit is contained in:
Niko
2022-07-16 00:12:02 -04:00
parent 68721a4633
commit 44b21a1398
19 changed files with 136 additions and 143 deletions

View File

@@ -24,7 +24,7 @@ if config["/911"].enabled then
RegisterNetEvent("ND_Chat:911")
AddEventHandler("ND_Chat:911", function(coords, callDescription)
local selectedCharacter
NDCore.functions:getSelectedCharacter(function(character)
NDCore.Functions.GetSelectedCharacter(function(character)
selectedCharacter = character
end)
for _, department in pairs(config["/911"].callTo) do