AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Snippets and Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=112)
-   -   XpSytem +Level+Display(keyHintText) (https://forums.alliedmods.net/showthread.php?t=214975)

030Maric 05-02-2013 03:26

XpSytem +Level+Display(keyHintText)
 
1 Attachment(s)
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");


All times are GMT -4. The time now is 18:18.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.