Saltar al contenido principal

resetPlayerXP

📢 El evento ocurre cuando se restablece el XP de un jugador

RegisterNetEvent("tuncion_xp:log:resetPlayerXP")
AddEventHandler("tuncion_xp:log:resetPlayerXP", function(data)
-- Haz tu magia aquí 💫
end)

Devuelve

  1. Data (OBJETO) -> verdadero o falso
    1. rank (INT) -> Rango actual del jugador
    2. totalXP (INT) -> Total de XP actual del jugador