Descriere: Addons de tip WAR3FT , contine metamod 1.19 , AmxModX 1.8 , HlBooster 2.4 si server.cfg
Autor: roby22
Descarcare:
LinkPluginuri:
amx_llama.amxx - Cand un jucator foloseste un limbaj urat , ii poti da llama (il reduci la tacere) , prin comanda in consola amx_llama <nume>
anti_sayEN.amxx - Un plugin care baneaza jucatorii ce folosesc coduri ce lasa mesaje gen "[anti-cheat] Am apsat butonul END !"
bcd_hudtimer.amxx - Arata in format hud timpul ramas pana la explodarea bombei
bullet_damage.amxx - Arata cat damage i-ai facut adversarului/adversarilor
amx_blind.amxx - Verifici daca ai wallisti pe server prin comanda amx_blind si comanda amx_unblind , mai multe detalii aici
swear_filter.amxx - Un filtru avansat al cuvintelor .
showip.amxx - Aflii ip-ul jucatorilor de pe server prin comanda amx_showip
reloadbar.amxx - Mic efect la incarcarea armei
live.amxx - Dai restart la runda , prin comanda in chat /live
high_ping_kicker.amxx - Da afara jucatorii cu ping/lag peste 100ms
ghostchat.amxx - ****** pot vorbii cu cei vi si invers
gamenamechanger.amxx - Poti schimba numele de la Game , din Counter-Strike in ce vrei tu , gasesti in amxx.cfg daca vrei sa modifici
file_remover.amxx - De fiecare data cand deschizi serverul , esti asigurat ca fisierul custom.hpk este sters
admin_freelook.amxx - Adminii cat timp sunt morti pot sta pe ambele echipe
war3ft.amxx - Pluginul war3ft , pentru ca modul sa functioneze
no_name_change.amxx - Nu iti poti schimba numele , foarte folositor pentru addon de war3ft
Scuzati , am uitat sa fac ca xp-ul sa se salveze , sa va explic cum faceti :
Intrati in cstrike\addons\amxmodx\configs\war3ft , acolo exectutai fisierul war3FT.cfg , si in el trebe sa gasiti liniile :
Code:
wc3_save_xp 0 // Enables saving of experience (default is 0)
wc3_save_xp_db 0 // How should we save XP? (0 = SQLite, 1 = MySQL)
wc3_save_by 0 // What should I save this as? steam id = 0, IP = 1, name = 2 (default is 0)
wc3_save_pruning 0 // Automatically prunes the database of old users at a mapchange (default is 0)
wc3_days_before_delete 31 // However many days before deleting XP or pruning from the database (default is 31)
wc3_save_end_round 1 // Save xp at the end of each round (may cause lag, default is 1)
Si voi ca sa salvati xp pe nume faceti sa arate asa :
Code:
wc3_save_xp 1 // Enables saving of experience (default is 0)
wc3_save_xp_db 0 // How should we save XP? (0 = SQLite, 1 = MySQL)
wc3_save_by 2 // What should I save this as? steam id = 0, IP = 1, name = 2 (default is 0)
wc3_save_pruning 0 // Automatically prunes the database of old users at a mapchange (default is 0)
wc3_days_before_delete 31 // However many days before deleting XP or pruning from the database (default is 31)
wc3_save_end_round 1 // Save xp at the end of each round (may cause lag, default is 1)
Succes!!!