Zum Hauptinhalt springen

removeXP

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

PARAMETER

  1. PlayerID (INT) -> PlayerID
  2. XP (INT) -> Wie viel XP entfernt werden soll, z.B. 50XP
  3. Reason (STRING) (OPTIONAL) -> Füge einen Grund hinzu, z.B. Regelverstoß
exports['tuncion_xp']:removeXP(source, 50) --> Gibt Tabelle mit Informationen zurück
exports['tuncion_xp']:removeXP(source, 50, 'XYZ') --> Gibt Tabelle mit Informationen zurück