removeXP
Export Syntax
exports['tuncion_xp']:removeXP(PlayerID, XP, Reason)
PARAMETER
- PlayerID (INT) -> PlayerID
- XP (INT) -> مقدار XP الذي يجب إزالته، مثل 50XP
- Reason (STRING) (OPTIONAL) -> إضافة سبب، مثل انتهاك القاعدة
exports['tuncion_xp']:removeXP(source, 50) --> Returns table with information
exports['tuncion_xp']:removeXP(source, 50, 'XYZ') --> Returns table with information