Addon Details

Watch - Add Favorite


Karma ScreenShot

Does this version work for you?
14
w00ts
w00t!2

Karma - Version 2.0.0b

posted on 2008-06-10 18:35:08
by bonbon



Description

Lets people give or take "karma points" from people if they do or don't like them, with a reason

Config
    ES:
      // Players in the top menu
      karma_players_in_top 10
       
      // The delay (in minutes) between a player can give karma points
      karma_delay 10
       
      // The delay (in minutes) before a player can give the same player another point
      karma_perplayer_delay 1440
       
      // Admins can give or take away points
      karma_admins STEAM_0:0:11089864,STEAM_0:0:000000,STEAM_0:1:1111111111
       
      // Karma Ranks
      // Syntax is karma_addrank <points> <name>
      // Points is the minimum points to have
      // For example, if I had
      //    karma_addrank 1 meow
      //    karma_addrank 5 moo
      // If I had 1, 2, 3, or 4 points, my rank would be meow
      karma_addrank -999 Infinately Bad
      karma_addrank -1 Bad
      karma_addrank 1 Neutral
      karma_addrank 3 Fair
      karma_addrank 7 Good
      karma_addrank 13 Excellent
      karma_addrank 20 God Like
       
      // The delay between players being able to type !karmarank to show the server their rank
      // 0 is disabled
      karma_rankcommand_delay 60
       
      // Whether or not to display an advertising message on round start
      karma_roundstart_message

Installation

extract all folders to your game directory
add es_load points to your autoexec.cfg
restart your server
edit the config to your liking
group auth access is karma_admin

Version Notes For 2.0.0b

Updated on: 2010-04-09 22:54:46 EST by bonbon (View Zip Contents)
Changed the way it's done, no more votes.
Fixed an issue with rank name

( Previous Versions )