RegisterNetEvent('crates:onCrateOpened', function(crate, data) -- Here you can do something when a crate is opened end)
RegisterNetEvent('crate:onCrateSpawned', function(crate) print(json.encode(crate)) end)
RegisterNetEvent('crate:onCrateSpawned', function(hackerId, crate) print(hackerId, json.encode(crate)) end)
Last updated 5 months ago