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