setRank

🔧 Available since Version 1.0.0!

Export Syntax
exports['tuncion_xp']:setRank(PlayerID, Rank, Reason)

PARAMETER

  1. PlayerID (INT) -> PlayerID

  2. Rank (INT) -> To which level should be set e.g. level 2

  3. 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?