removeXP
Export Syntax
exports['tuncion_xp']:removeXP(PlayerID, XP, Reason)
PARAMETER
- PlayerID (INT) -> PlayerID
- XP (INT) -> How much XP should be removed e.g. 50XP
- Reason (STRING) (OPTIONAL) -> Add a reason e.g. Rule violation
exports['tuncion_xp']:removeXP(source, 50) --> Returns table with information
exports['tuncion_xp']:removeXP(source, 50, 'XYZ') --> Returns table with information