←  [RSS] Pluginy

AMXX.pl: Support AMX Mod X i SourceMod

»

[CS:GO] Need Help

Adminek AMXX.PL's Photo Adminek AMXX.PL 28.03.2015

<div><b>can someone tell me why this is not working on cs:go i made it for CS:S and now i need it for CS:GO to get it work but it wont.<br /></b><br /><br /><br /><br /><br /><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">#include &lt;sourcemod&gt;<br />&nbsp; &nbsp; #include &lt;sdktools&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; public Plugin:myinfo =<br />{<br />&nbsp; name = &quot;jail rules&quot;,<br />&nbsp; author = &quot;Prof-D.&quot;,<br />&nbsp; description = &quot;Provides the jail rules in the motd&quot;,<br />&nbsp; url = &quot;&quot;<br />};<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; <br />&nbsp; &nbsp; public OnPluginStart() {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RegConsoleCmd(&quot;sm_jbrules&quot;, ShowStats);<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; <br />&nbsp; &nbsp; public Action:ShowStats(client, args) {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ShowMOTDPanel(client, &quot;Jail Rules&quot;, &quot;[url="http://astro-gaming.free-forums.in/t8-jailbreak-rules""]http://astro-gaming.free-forums.in/t8-jailbreak-rules&quot;[/url], MOTDPANEL_TYPE_URL);<br />&nbsp; &nbsp; }</code><hr />
</div></div>

Wyświetl pełny artykuł
Quote