WTFCS Community | Gaming community @ since 2011

Full Version: [PLUGIN] XP + Level + Rank System v2.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Descriere: Un plugin simplu cu XP. Poti avea 50 de nivele si 15 rank-uri. 

NORMAL KILL = +1 XP
HEADSHOT KILL = +3 XP
KNIFE / GRENADE KILL = +5 XP
KNIFE + HEADSHOT KILL = +7 XP
SUICIDE = -2 XP
TEAM KILL = -10 XP



Code:
RANK - NUME
1-"Noobest"
2-"Noob"
3-"Newbiee"
4-"Easy"
5-"Normal"
6-"Hard"
7-"Expert"
8-"SuperExpert"
9-"Specialist"
10-"Leader"
11-"Mayor"
12-"Pro"
13-"SuperPro"
14-"Heroic"
15-"God"



Descarcare: You are not allowed to view links. Register or Login to view.

Instalare:
Code:
1. Pune cs_rank_system.amxx in cstrike/addons/amxmodx/plugins
2.Pune cs_rank_system.txt in cstrike/addons/amxmodx/data/lang
3. Du-te in cstrike/addons/amxmodx/configs/plugins.ini si adauga la CUSTOM 3RD PARTY PLUGINS asta cs_rank_system.amxx



4. Alti pasi necesari....

Cvar-uri (se adauga in fisierul amxmodx\configs\amxx.cfg):

Code:
Player Prefix - schimba prefixul din chat //1-By Rank, 2-By Level
(default : 1)
Level Up Bonus - schimba suma de bani care sa fie data cand creste nivelul.
(default : 10000)
XP Save Type - schimba modul de salvare al rank-ului //1-IP, 2-NICK, 3-STEAM ID
(default : 2)



Module necesare (se sterge ; din fata modulului de mai jos; acestea le gasiti in fisierul amxmodx\configs\modules.ini):
- CStrike
- Fun
- Amxmodx si amxmisc