diff --git a/gamemodes/irresistible/cnr/features/player/experience.pwn b/gamemodes/irresistible/cnr/features/player/experience.pwn index 14bdb05..ca8a0ce 100644 --- a/gamemodes/irresistible/cnr/features/player/experience.pwn +++ b/gamemodes/irresistible/cnr/features/player/experience.pwn @@ -19,6 +19,7 @@ enum E_LEVELS { E_POLICE, E_ROBBERY, E_DEATHMATCH, + E_ROLEPLAY /*E_FIREMAN, E_PARAMEDIC, @@ -52,7 +53,9 @@ static const // Level Name Bar Color Level 100 Req. XP Dilation Sell Value { "Police", 0x3E7EFFFF, 7500.0, 20.0, 10.0 }, // 7.5k arrests { "Robbery", 0xF83245FF, 30000.0, 15.0, 10.0 }, // 30K robberies - { "Deathmatch", 0xFF9233FF, 75000.0, 10.0, 5.0 } // 75K kills + { "Deathmatch", 0xFF9233FF, 75000.0, 10.0, 5.0 }, // 75K kills + { "Roleplay", 0x33FF50FF, 14000.0, 7.0, 7.0 } // 14K minijob + /* { "Fireman", 10000.0, 9.0 }, // 10k fires { "Hitman", 1500.0, 4.5 }, // 1.5k contracts