setRank
🔧 Available since Version 1.0.0!
exports['tuncion_xp']:setRank(PlayerID, Rank, Reason)
PARAMETER
PlayerID (INT) -> PlayerID
Rank (INT) -> To which level should be set e.g. level 2
Reason (STRING) (OPTIONAL) -> Add a reason e.g. Giveaway XYZ
exports['tuncion_xp']:setRank(source, 2) --> Returns table with information
exports['tuncion_xp']:setRank(source, 2, 'XYZ') --> Returns table with information
Last updated
Was this helpful?