WTFCS Community | Gaming community @ since 2011
[PLUGIN] XP + Level + Rank System v2.2 - Printable Version

+- WTFCS Community | Gaming community @ since 2011 (https://www.wtfcs.com/forum)
+-- Forum: WTFCS - GAMING (https://www.wtfcs.com/forum/forum-1035.html)
+--- Forum: Lumea jocurilor (https://www.wtfcs.com/forum/forum-3072.html)
+---- Forum: Counter-Strike 1.6 (https://www.wtfcs.com/forum/forum-32.html)
+----- Forum: Tutoriale,resurse (https://www.wtfcs.com/forum/forum-33.html)
+------ Forum: Plugins cs (https://www.wtfcs.com/forum/forum-35.html)
+------- Forum: AmxModx (https://www.wtfcs.com/forum/forum-104.html)
+------- Thread: [PLUGIN] XP + Level + Rank System v2.2 (/thread-71385.html)



[PLUGIN] XP + Level + Rank System v2.2 - mihay111 - 12-26-2020

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