View Single Post
Author Message
030Maric
Member
Join Date: Apr 2012
Location: Berlin
Old 05-02-2013 , 03:26   XpSytem +Level+Display(keyHintText)
Reply With Quote #1

XpSystem +Goldsystem Whit levelup and right hand display

Cmd: sm_info
sm_setting

cvar_enable = CreateConVar("gs_enabled", "1", "Enables the plugin");
cvar_level_max = CreateConVar("gs_level_max", "500", "Maxmimum level players can reach");
cvar_exp_levelup = CreateConVar("gs_exp_levelup", "50", "Experience increase on level up");
cvar_exp_onkill = CreateConVar("gs_exp_onkill", "5", "Experience to gain on kill");
cvar_exp_hurt = CreateConVar("gs_exp_hurt", "1", "Experience to gain on Hurt");
cvar_gold_onkill_min = CreateConVar("gs_gold_onkill_min", "1");
cvar_gold_onkill_max = CreateConVar("gs_gold_onkill_max", "1");
Attached Files
File Type: sp Get Plugin or Get Source (XpSystem.sp - 401 views - 9.5 KB)

Last edited by asherkin; 05-02-2013 at 04:12.
030Maric is offline