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

EFFx's VIP


  • 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 488
  • Lokalizacja:AMXX.PL
Offline

Napisano 24.06.2016 17:24

<div><div align="center"><font color="SeaGreen"><font size="7"><b>EFFX's VIP v0.8</b></font></font></div><br /><b><font size="5"><font color="Blue">Description:</font></font></b><br />This plugin is a VIP made by me from 0. Features:<br /><br /><div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left">1. Respawn Bonus<br /><br />When you're respawning, you receive full armor pack + if you is ct, free defuse kit, if&nbsp; you is terrorist, you receive Bomb ( controlled by cvar ) and you got too a different model ( controlled by cvar )<br />PS: All spawn feature can be actived/deactived by cvar.<br /><br />2. Menu<br /><br />Special Items with menu ( say /vipmenu for show )<br />The menu have:<br /><br />1. Weapons<br />2. Special Items<br /><br />Weapons:<br />AK47&nbsp; + Deagle + All greandes<br />M4A1 + Deagle + All Grenades<br />AWP + Deagle + All Grenades<br /><br />You can choose your equipament 1x per round.<br /><br />Items:<br />BunnyHop - Auto bhop<br />MultiJump - Three jumps<br />HP Regenerate - +2 HP per second<br />No Damage - You dont lose hp per 15 second<br />And Immobilize - You can immobilize your enemy with a shot<br /><br />All items have a price ( VIPMoney )<br /><br />But whats VIPMoney?<br /><br />VIPMoney is a new money system for my VIP, you receive +15 VM per kill ( or what do you want, just change the cvar )<br /><br />3. ScreenFade after kill<br /><br />When you kill a enemy, will get a ScreenFade, red for Terrorist and blue for Counter-Terrorist<br /><br />4. After you connect, the plugin will show a message only for you.<br /><br />Hello X ( player name ), how are you today?! Type /vipmenu for show your menu!<br /><br />5. Saying /vips, you can see the vips online ( All players )<br /><br />6. A hud message will show your VIPMoney over the money<br /><br />7. A admin can add/remove your vip with the command amx_vip &lt;player&gt; &lt;1/0&gt;<br /><br />8. A admin can reset all vips from data ( amx_resetdata )<br /><br />9. If you arent VIP, the plugin have a system of experience that you will got random experience per kill ( 25 and 80 ), and a hudmessage showing your Experience.<br />If you&nbsp; got X experience ( controlled by cvar ) you will got VIP<br /><br />10. After the map starts, the plugin will exec a config with all cvars ( configs/VIPCfgs )</code><hr />
</div><b><font size="4"><font color="Blue">Cvars:</font></font></b><br /><br /><div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left">// It will disable all features at spawn ( VIP ) 0/1<br />vip_spawnbonus &quot;1&quot;<br /><br />// Model at spawn? ( VIP ) 0/1<br />vip_spawnmodel &quot;1&quot;<br /><br />// Always spawn with bomb? ( VIP ) 0/1<br />vip_alwaysbomb &quot;1&quot;<br /><br />// Show VIP Money? 0/1<br />vip_showmoney &quot;1&quot;<br /><br />// VIP Money per kill? 0/1<br />vip_killbonus &quot;1&quot;<br /><br />// Ammount of Health Per kill ( VIP )<br />vip_killhpbonus &quot;25&quot;<br /><br />// Ammount of Armor Per kill ( VIP )<br />vip_killapbonus &quot;25&quot;<br /><br />// Ammount of VIP Money per kill<br />vip_vipmoneybonus &quot;15&quot;<br /><br />// Ammout of max hp when you're using HP Regenerate<br />vip_hpregenmax &quot;100&quot;<br /><br />// Ammount of hp that you want add when you're using HP Regenerate<br />vip_hpregenadd &quot;2&quot;<br /><br />// Max experience for you get VIP<br />vip_maxexperience &quot;12500&quot;<br /><br />// Prefix on all messages<br />vip_prefixchat &quot;[EFFxVIP]&quot;</code><hr />
</div><b><font size="4"><font color="Blue">Includes:</font></font></b><br /><div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left">#include &lt;amxmodx&gt; <br />#include &lt;amxmisc&gt;<br />#include &lt;cstrike&gt; <br />#include &lt;engine&gt;<br />#include &lt;fakemeta&gt;<br />#include &lt;hamsandwich&gt; <br />#include &lt;nvault&gt; <br />#include &lt;fun&gt;</code><hr />
</div><b><font size="4"><font color="Blue">Commands:</font></font></b><br /><br /><div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left">amx_resetdata - You can reset all vips from nvault data <br />amx_vips &lt;nick&gt; &lt;1/0&gt; - You can add/remove vip from X player</code><hr />
</div><br /><br />PS: This plugin were for fun, but i posted here for you guys.</div>


<br /> <div style="padding:6px">








<fieldset class="fieldset">
<legend>Attached Files</legend>
<table cellpadding="0" cellspacing="3" border="0">
<tr>
<td><img class="inlineimg" src="https://forums.allie...attach/zip.gif"alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>


<a href="https://forums.allie...466786349">EFFxVIP.zip</a> (1.46 MB)


</td>
</tr><tr>
<td><img class="inlineimg" src="https://forums.allie...attach/sma.gif"alt="File Type: sma" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>

<a href="http://www.amxmodx.o...84"><strong>GetPlugin</strong></a> or
<a href="https://forums.allie...1466786349">GetSource</a> (VIP.sma - 24.9 KB)

</td>
</tr>
</table>
</fieldset>


</div>

Wyświetl pełny artykuł




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

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