New Command Loader Pog PT2

This commit is contained in:
WLVF
2022-11-04 22:16:39 -04:00
parent 7adf29670c
commit f524af7f4e
2 changed files with 3 additions and 1 deletions

View File

@@ -274,6 +274,7 @@ function NDCore.Functions.SetActiveCharacter(player, characterId)
inventory = json.decode(i.inventory)
}
end
NDCore.Commands.Refresh(player)
TriggerEvent("ND:characterLoaded", NDCore.Players[player])
TriggerClientEvent("ND:setCharacter", player, NDCore.Players[player])
end