Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie

VIP Plugin v5.2


  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
Brak odpowiedzi do tego tematu

#1 Adminek AMXX.PL

    Admin :)

  • Bot

Reputacja: 156
Profesjonalista

  • Postów:7 490
  • Lokalizacja:AMXX.PL
Offline

Napisano 26.02.2013 15:52

VIP Plugin v5.2

First of all, I would like to thank you all for helping me on rewriting / improving that plugin which Dunn0 have made.I want to thank all those people who helped me:Dunn0, Stereo, jimaway, drekes, Bugsy, Erox902, Emp`, ConnorMcLeod, Backstabnoob, fysiks, wickedd, vitorrossiWhat does this plugin do? Code: 1. Gives grenade set (HE, 2FB, SG) every round.2. Gives defuse kit, armor with helmet every round.3. Gives 500$ per kill and 800$ per head shot kill.4. Gives 15HP per kill and 30HP per head shot kill.5. Gives ability to see VIP's bullet damage in real time.6. Only VIP's can buy snipers. (AWP, G3SG1, SG550)7. From second round VIP will see VIP menu:7.1. M4A1 with Deagle.7.2. AK47 with Deagle.7.3. AWP with Deagle.Type in chat /vips to see if there are any of them online.FEATURES Code: 1. VIP won't get VIP menu or the grenades if current map of the server contain the one you have written in mapnames.cfg.For example: if current map name contain awp_ in it, and you have written awp_ in mapnames.cfg, VIP won't get VIP menu and grenades.2. VIP won't get AWP choise if current map of the server contain the one you have written in mapnames.cfg.For example: if current map contain 2x2 in it, and you have written 2x2 in awpmapnames.cfg, VIP won't get AWP choice in those maps.3. VIP will see AWP choice only if there will be enough players in each team (DEFAULT: 5CT, 5TR)4. vipmenu command, say it in chat to get VIP menu (works only if you haven't taken it already)5. Quite a few bug / glitch fixes!6. More cvars!7. Multi-lingual!What cvars does this plugin have? PHP Code:

amx_vip_hp 15 //How many hp VIP will get per killamx_vip_hp_hs 30 //How many hp VIP will get per head shot killamx_vip_max_hp 100 //How many hp VIP can have in totalmoney_per_damage 3 //How many $ VIP will get per 1 damagemoney_kill_bonus 200 //How many $ VIP will get per killmoney_hs_bonus 500 //How many $ VIP will get per head shot killsniper_active 1 //Who can buy SNIPERS? 0 - everyone, 1 - only VIPmenu_active 1 //Will VIP get VIP menu? 0 - won't get the menu, 1 - will get the menumap_active 1 //VIP menu works on the maps in mapnames.txt? 0 - Yes (VIP will get VIP menu), 1 - Noawp_active 1 // 1 - VIP can get AWP choice; 0 - cann'tvip_menu_uses 1 // How many times VIP can use VIP menu per round?awp_ct 5 //How many counter terrorist must be in a team to AWP choice show upawp_tr 5 //How many terrorist must be in a team to AWP choice show upmenu_round 2 //Round from which VIP will get VIP menuawp_menu_round 3 //Round from which VIP will get AWP choicesniper_pickup 1 //0 - everyone can pickup snipers, 1 - only VIP

Changelog: Code: Original creator: Dunn0 Remade by: Unkolix Known bugs/glitches: When you are not fully flashed and you kill someone, due to this plugin you will have blue fading screen and the flash (not full flashed) effect will disappear. Changelog by me, Unkolix: v5.2 - Several fixes, optimization. New cvar to control if only VIP's can pick up snipers. v5.1 - Fixed shield bug. v5.0 - Multi-lingual added! v4.9.2 - New cvar, awp_active. 1 - VIP can get AWP choice; 0 - cann't v4.9.1 - AWP choice improvement. New Cvar, awp_menu_round, set the round from which VIP can see AWP choice. v4.8 - Fixed VIP menu dilsplay after player death. Thanks to vitorrossi. v4.7 - Fixed fading bug/glitch that was removing flashbang effect. Thanks to ConnorMcLeod. v4.6 - Fixed log error. Thanks to wickedd. v4.5 - OPTIMISATION, thanks to Backstabnoob. v4.4 - New Cvars awp_ct and awp_tr, how mant counter-terrorists and terrorists must be in each team to get AWP choice in VIP menu v4.3 - New feature, AWP only from sertain amount of players. Thanks to Emp`. v4.2 - Added new Cvar, vip_menu_uses. Thanks to Erox902. v4.1 - mapnames and awpmapnames consts are now readed from 2 files, awpmanames.cfg and mapnames.cfg. Thanks to fysiks. v4.0 - New feature, awp an't be used in maps that are mentioned in awpmapnames const. UPDATE: awpmapnames.cfg v3.9 - Added new menu item, AWP. v3.8 - Improved v3.7 update. Thanks to Bugsy. v3.7 - New feature, VIP menu can't be shown on maps which are listed in mapnames const. UPDATED: mapnames.cfg v3.6 - Small part is rewrited with drekes help, he made stripweapons.inc v3.5 - Fixed triple VIP message. Thanks jimaway! v3.4 - Fixed a bug/glitch which didn't let player to have AWP, even on awp maps! Now, they can't buy it, but if they find it, they can have it. v3.3 - Completely remade menu v3.2 - Fixed a bug/glitch when all VIP players was getting defuse kit on all maps. Now only on maps which has bombsites and only for CT. Thanks ConnorMcLeod v3.1 - Added commands to call VIP menu. Thanks Stereo! Changelog by original author Dunn0: Updates on 3.0version Granates bug fixed, give it when round starts only. Removed hamsandwich module becouse i removed event witch was usualess. Updates on 2.06version Fixed C4 Planting just need'ed remove 1 simbol... Remove'd AWP pick up now only VIP can buy awp and non VIP can pick up it from ground. Fixed Bug whit menu was giving in first round I changed some events and it works just fine. Updates on 2.05version Was not working /wantvip , /vips command it got fixed. Was removed "pickup_active 1" cvar (couse was to much commands in registrations. Was removed some useless commands. Now changed that Only VIPS can buy awp weapons but normal players can pick up awp if VIPS drop it. Updates on 2.04version Menu Fixed now it always shows only from 3rd round. Nades , armor will give when u spawn not from round start. Some small fixes on Event_curweapons. Add cvar pickup_active 1 so now if u write pickup_active 0 not vips will can pick up AWP weapons just wont be able to buy. Updated at 2.03version Repaired C4 bug now u can plant it Updated at 2.02version Repaired C4 bug UPDATE's at 2.01version Well i add'ed 2 new cvar's becouse people was asking it First is "menu_active 1" so now u can turn off menu when u will one. Second is "sniper_active 1" well if u will do it 0 all people will can buy awp.To do list:Translate to more languages.Fix a bug / glitch: When you are not fully flashed and you kill someone, due to this plugin you will have blue fading screen and the flash (not full flashed) effect will disappear.Fix shield bug, it doesn't get stripped. Attached Files Dołączona grafika VIP.zip (28.4 KB)

Wyświetl pełny artykuł




Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych