setXP
Export-Syntax
exports['tuncion_xp']:setXP(PlayerID, XP, Reason)
PARAMETER
- PlayerID (INT) -> PlayerID
- XP (INT) -> Auf welchen XP soll gesetzt werden, z.B. 50XP
- Reason (STRING) (OPTIONAL) -> Füge einen Grund hinzu, z.B. 2 Stunden gespielt
exports['tuncion_xp']:setXP(source, 50) --> Gibt Tabelle mit Informationen zurück
exports['tuncion_xp']:setXP(source, 50, 'XYZ') --> Gibt Tabelle mit Informationen zurück