Server Exports

CreateReputation

Use this to create a new reputation for a player.

exports['m-Reputation']:CreateReputation(identifier, reputationName, reputationLabel, experience, level)

Example:

exports['m-Reputation']:CreateReputation("WRN57371", "carwash", "Carwash", 0, 1)

AddReputationXP

Use this to add experience points to a player's reputation.

exports['m-Reputation']:AddReputationXP(identifier, reputationName, experience)

Example:

exports['m-Reputation']:AddReputationXP("WRN57371", "carwash", 5)

RemoveReputationXP

Use this to remove experience points from a player

Example:

GetUserReputationXP

Use this to get the current experience points of a player's reputation.

Example:

Last updated