resetPlayer
📢 Zdarzenie występuje, gdy gracz jest resetowany
RegisterNetEvent("tuncion_xp:log:resetPlayer")
AddEventHandler("tuncion_xp:log:resetPlayer", function(source, data)
-- Zrób swoją magię tutaj 💫
end)
Zwraca
- Źródło (INT) -> PlayerID
📢 Zdarzenie występuje, gdy gracz jest resetowany
RegisterNetEvent("tuncion_xp:log:resetPlayer")
AddEventHandler("tuncion_xp:log:resetPlayer", function(source, data)
-- Zrób swoją magię tutaj 💫
end)