removeXP
Export Syntax
exports['tuncion_xp']:removeXP(PlayerID, XP, Reason)
PARAMETER
- PlayerID (INT) -> PlayerID
- XP (INT) -> Wie viel XP entfernt werden soll, z.B. 50XP
- 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