Guthen / guthlevelsystem

Garry's Mod Level System
Apache License 2.0
12 stars 0 forks source link

Add XP Rank Multiplier #8

Closed Certurix closed 2 years ago

Certurix commented 2 years ago

Description

Add a rank multiplicator which will multiplicate the OnNPCKilledXP, PlayerDeathXP and ByPlayingXP parameters by the multiplicator assigned to each rank (see an example of how config file would looks like)

The main goal is to have a rank multiplicator for specific groups, usefull for servers who want to give more XP for VIP or admin.

Config File

The example config file:

guthlevelsystem.RanksMultiplicators = {
    ["superadmin"] = 2.5,
    ["vip"] = 2,
}
Guthen commented 2 years ago

Just pushed the changes, tell me if it's working as intended