Zum Hauptinhalt springen

removeRank

Export-Syntax
exports['tuncion_xp']:removeRank(PlayerID, Rank, Reason)

PARAMETER

  1. PlayerID (INT) -> PlayerID
  2. Rank (INT) -> Wie viel Level hinzugefügt werden soll, z.B. 2 Level
  3. Reason (STRING) (OPTIONAL) -> Grund hinzufügen, z.B. Regelverstoß
exports['tuncion_xp']:removeRank(source, 2) --> Gibt Tabelle mit Informationen zurück
exports['tuncion_xp']:removeRank(source, 2, 'XYZ') --> Gibt Tabelle mit Informationen zurück