resetPlayer
📢 Событие происходит, когда игрок сбрасывается
RegisterNetEvent("tuncion_xp:log:resetPlayer")
AddEventHandler("tuncion_xp:log:resetPlayer", function()
-- Do your magic here 💫
end)
warning
Здесь не передается ни один параметр
📢 Событие происходит, когда игрок сбрасывается
RegisterNetEvent("tuncion_xp:log:resetPlayer")
AddEventHandler("tuncion_xp:log:resetPlayer", function()
-- Do your magic here 💫
end)
Здесь не передается ни один параметр