انتقل إلى المحتوى الرئيسي

removeXP

Export Syntax
exports['tuncion_xp']:removeXP(PlayerID, XP, Reason)

PARAMETER

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