removeRank
📢 L'evento si verifica quando il rango di un giocatore viene rimosso
RegisterNetEvent("tuncion_xp:log:removeRank")
AddEventHandler("tuncion_xp:log:removeRank", function(source, data)
-- Fai la tua magia qui 💫
end)
Restituisce
- Source (INT) -> PlayerID
- Data (OBJECT) -> true o false
- rank (INT) -> Rango attuale del giocatore
- totalXP (INT) -> XP totale attuale del giocatore