Zum Hauptinhalt springen

setXP

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

PARAMETER

  1. PlayerID (INT) -> PlayerID
  2. XP (INT) -> Auf welchen XP soll gesetzt werden, z.B. 50XP
  3. 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