addRank

🔧 Available since Version 1.0.0!

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

PARAMETER

  1. PlayerID (INT) -> PlayerID

  2. Rank (INT) -> How much level should be added e.g. 2 level

  3. Reason (STRING) (OPTIONAL) -> Add a reason e.g. Giveaway XYZ

exports['tuncion_xp']:addRank(source, 2) --> Returns table with information
exports['tuncion_xp']:addRank(source, 2, 'XYZ') --> Returns table with information

Last updated

Was this helpful?