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

[CS:S - Surf] Maptier


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

Napisano 21.01.2024 01:55

<div><div align="center"><font size="6"><b>maptier</b></font><br /><font size="3"><u>Get surf map tier from database (chat/console)</u></font><br /><br /><a class="proxied-img-link" href="https://media.discor...9018/image.png"rel="nofollow noopener"><img class="proxied-img" src="https://forums.alliedmods.net/image-proxy/fd7240f61480ea554c3e596d8e95eb330d654077/68747470733a2f2f6d656469612e646973636f72646170702e6e65742f6174746163686d656e74732f313137313036313635333433383231383237312f313139383432323935383838393235393031382f696d6167652e706e67" border="0" alt="" /></a></div><br /><font size="5"><b><u>Usage</u></b></font><br /><div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
<div class="alt2">
<hr />
<code style="white-space:nowrap">
<div dir="ltr" style="text-align:left;">
<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #FF8000">#&nbsp;In&nbsp;chat:
<br /></span><span style="color: #007700">!</span><span style="color: #0000BB">tier&nbsp;</span><span style="color: #007700">/&nbsp;!</span><span style="color: #0000BB">tier&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">mapname</span><span style="color: #007700">&gt;
<br />
<br /></span><span style="color: #FF8000">#&nbsp;In&nbsp;console
<br /></span><span style="color: #0000BB">sm_tier&nbsp;</span><span style="color: #007700">/&nbsp;</span><span style="color: #0000BB">sm_tier&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">mapname</span><span style="color: #007700">&gt;
<br /></span><span style="color: #FF8000">#&nbsp;[Server]&nbsp;surf_nyx&nbsp;map&nbsp;is&nbsp;tier&nbsp;1!&nbsp;
<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div><font size="5"><b><u>Requirements</u></b></font><ul><li>Sourcemod and Metamod</li>
<li>MySQL Database connected to the server <font face="Courier New">(sourcemod/configs/databases.cfg)</font></li>
<li><a href="https://forums.allie...d.php?t=185016"target="_blank" rel="noopener">morecolors.inc</a> (For compiling the plugin only)</li>
</ul><br /><font size="5"><b><u>Setup</u></b></font><br /><br /><b>Download</b><ol style="list-style-type: decimal"><li>Grab the latest release from the <a href="https://github.com/n...ases/tag/0.0.7"target="_blank" rel="nofollow noopener">release page</a> or download from this post<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">git clone https://github.com/n...r.git</code><hr/>
</div></li>
</ol><b>Prepare the database</b><ol style="list-style-type: decimal"><li>Create a new database or choose the one you're already using</li>
<li>Import surf map tiers into the database:<br /><div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
<div class="alt2">
<hr />
<code style="white-space:nowrap">
<div dir="ltr" style="text-align:left;">
<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">mysql&nbsp;</span><span style="color: #007700">-</span><span style="color: #0000BB">u&nbsp;username&nbsp;</span><span style="color: #007700">-</span><span style="color: #0000BB">p&nbsp;database&nbsp;</span><span style="color: #007700">&lt;&nbsp;</span><span style="color: #0000BB">maplist</span><span style="color: #007700">.</span><span style="color: #0000BB">sql&nbsp;
<br /></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div></li>
</ol><b>Plugin installation</b><ol style="list-style-type: decimal"><li>Place plugins and translations into <font face="Courier New"><font color="RoyalBlue">addons/sourcemod/</font></font></li>
<li>Set <font color="RoyalBlue"><font face="Courier New"><font color="Navy">maptier-db</font></font></font> in <font face="Courier New"><font color="RoyalBlue">addons/sourcemod/configs/databases.cfg</font></font><br /><div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
<div class="alt2">
<hr />
<code style="white-space:nowrap">
<div dir="ltr" style="text-align:left;">
<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #DD0000">"maptier-db"
<br /></span><span style="color: #007700">{
<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #DD0000">"driver"&nbsp;"mysql"
<br />&nbsp;&nbsp;&nbsp;&nbsp;"host"&nbsp;"127.0.0.1"
<br />&nbsp;&nbsp;&nbsp;&nbsp;"database"&nbsp;""
<br />&nbsp;&nbsp;&nbsp;&nbsp;"user"&nbsp;""
<br />&nbsp;&nbsp;&nbsp;&nbsp;"pass"&nbsp;""
<br /></span><span style="color: #007700">}&nbsp;
<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div></li>
<li>Restart the server or type <font face="Courier New"><font color="RoyalBlue">sm plugins load maptier</font></font> in the console to load the plugin.</li>
</ol><br /><b>Configuration</b><ul><li>You can modify the phrases in <font face="Courier New"><font color="RoyalBlue">addons/sourcemod/translations/maptier.phrases.txt</font></font></li>
<li>Change which database is used in <font color="royalblue"><font face="Courier New">addons/sourcemod/configs/databases.cfg</font></font> (<font color="Navy">maptier-db</font>)</li>
</ul><br /><b>Notice</b><ul><li><b><font color="RoyalBlue">maplist.sql</font></b> is a direct replica of <a href="https://github.com/OuiSURF/Surf_Maps"target="_blank" rel="nofollow noopener">OuiSURF/Surf_Maps</a> maintained spreadsheet of all the maps.</li>
<li>We will be updating <b><font color="RoyalBlue">maplist.sql</font></b> regurarily to match it.</li>
<li>Current map count: <b>819</b></li>
</ul><br /><b>Changelog</b><ul><li><b>v0.0.7 - 2023-12-10</b><ul><li>Added new maps to maplist.sql</li>
<li>Current map count: 819</li>
</ul></li>
<li><b>v0.0.6 - 2023-06-16</b><ul><li>Added <font face="Courier New">surf_seaside</font> maplist.sql</li>
<li>Changed <font face="Courier New">DROP TABLE IF EXISTS</font> for easier update</li>
<li>Changed <font face="Courier New">surf_assail, surf_intra, surf_undergrowth</font> tiers fixed</li>
</ul></li>
<li><b>v0.0.5 - 2023-06-15</b><ul><li>Fixed <font face="Courier New">Invalid query Handle 0 (error: 4)</font></li>
</ul></li>
</ul></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...-master.zip</a>(32.5 KB)


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


<a href="https://forums.allie...maptier.smx</a>(11.0 KB)


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


<a href="https://www.sourcemo...05"><strong>GetPlugin</strong></a> or
<a href="https://forums.allie...1705798495">GetSource</a> (maptier.sp - 3.0 KB)


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


<a href="https://forums.allie...phrases.txt</a>(315 Bytes)


</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