|
|
Line 1: |
Line 1: |
| <div style="text-align: center;"> | | <center> |
| <h1>Welcome to the mirror of the San Andreas Multiplayer Wiki</h1> | | == Welcome to the mirror of the San Andreas Multiplayer Wiki == |
| <p>Currently there are <a href="/wiki/Special:Statistics" title="Special:Statistics"><strong>2,260</strong></a> articles about SA-MP</p> | | Currently, there are '''[[Special:Statistics|2,260]]''' articles about SA-MP. |
| </div> | | </center> |
|
| |
|
| <div style="margin: 10px; padding: 5px; background-color: #ffeecc; border-left: 10px solid #ffbf7f;"> | | <div style="margin: 10px; padding: 5px; background-color: #ffeecc; border-left: 10px solid #ffbf7f;"> |
| <p><img src="/wroot/images2/6/65/32px-Ambox_warning_orange.png" alt="Warning" width="32" height="28" /> This website was made from the archived copy taken from web.archive.org, therefore all pages on this site are static. Dynamic pages are not functional, but the articles here are all in their original form. <br> Since this is a plain copy of archived original site, we are not liable for any content located here, as well as we do not claim authorship nor ownership of this content, all this content belongs to their original owners.</p> | | [[File:Ambox_warning_orange.png|32px|alt=Warning]] This website was made from an archived copy taken from web.archive.org; therefore, all pages on this site are static. Dynamic pages are not functional, but the articles here are all in their original form. We are not liable for any content here, nor do we claim authorship or ownership. |
| </div> | | </div> |
|
| |
|
| <table width="100%" bgcolor="#fff" cellpadding="4px" cellspacing="0px" style="margin:auto;">
| | {| style="width:100%; background-color:#fff; margin:auto;" cellpadding="4" cellspacing="0" |
| <tr align="center" bgcolor="#FFA000">
| | |+ |
| <th width="25%"><b>General Information</b></th>
| | |- |
| <th width="25%"><b>Documentation</b></th>
| | ! style="width:50%; background-color:#FFA000;" | General Information |
| </tr>
| | ! style="width:50%; background-color:#FFA000;" | Documentation |
| <tr valign="top" align="left" style="background: #f5faff; font-size: 100%;">
| | |- |
| <td>
| | | valign="top" style="background:#f5faff;" | |
| <ul>
| | * [[Introduction]] |
| <li><a href="/wiki/Introduction" title="Introduction">Introduction</a>
| | ** [[Introduction#What_is_SA:MP.3F|What is SA:MP?]] |
| <ul>
| | ** [[Introduction#System_Requirements|System Requirements]] |
| <li><a href="/wiki/Introduction#What_is_SA:MP.3F" title="Introduction">What is SA:MP?</a></li>
| | * [[Getting Started]] |
| <li><a href="/wiki/Introduction#System_Requirements" title="Introduction">System Requirements</a></li>
| | ** [[Getting_Started#Download|Download]] |
| </ul>
| | ** [[Getting_Started#Install|Install]] |
| </li>
| | ** [[Getting_Started#Find_a_Server|Find a Server]] |
| <li><a href="/wiki/Getting_Started" title="Getting Started">Getting Started</a>
| | * [[Common Problems]] |
| <ul>
| | ** [[Common_Problems#Client|Client]] |
| <li><a href="/wiki/Getting_Started#Download" title="Getting Started">Download</a></li>
| | ** [[Common_Problems#Server|Server]] |
| <li><a href="/wiki/Getting_Started#Install" title="Getting Started">Install</a></li>
| | ** [[Sa-mp.cfg]] |
| <li><a href="/wiki/Getting_Started#Find_a_Server" title="Getting Started">Find a Server</a></li>
| | * [[Changelog]] |
| </ul>
| | | valign="top" style="background:#f5faff;" | |
| </li>
| | * [[Category:Server Documentation|Server]] |
| <li><a href="/wiki/Common_Problems" title="Common Problems">Common Problems</a>
| | ** [[Windows Server]] |
| <ul>
| | ** [[Linux Server]] |
| <li><a href="/wiki/Common_Problems#Client" title="Common Problems">Client</a></li>
| | ** [[Controlling Your Server]] |
| <li><a href="/wiki/Common_Problems#Server" title="Common Problems">Server</a></li>
| | * [[Limits]] |
| <li><a href="/wiki/Sa-mp.cfg" title="Sa-mp.cfg">sa-mp.cfg</a></li>
| | * [[Category:Scripting Documentation|Scripting]] |
| </ul>
| | ** [[Scripting Basics]] |
| </li>
| | ** [[Category:Scripting Functions|Scripting Functions]] |
| <li><a href="/wiki/Changelog" title="Changelog">Changelog</a></li>
| | ** [[Category:Scripting Callbacks|Scripting Callbacks]] |
| </ul>
| | ** [[Scripting Editors]] |
| </td>
| | ** [[Script Examples]] |
| <td>
| | ** [[Category:NPC|NPC Documentation]] |
| <ul>
| | ** [[Category:Tutorials|Script Tutorials]] |
| <li><a href="/wiki/Category:Server_Documentation" title="Category:Server Documentation">Server</a>
| | ** [[Category:Scripting Documentation|Script Resources]] |
| <ul>
| | |} |
| <li><a href="/wiki/Windows_Server" title="Windows Server">Windows</a></li>
| | {| style="width:100%; background-color:#fff; margin:auto;" cellpadding="4" cellspacing="0" |
| <li><a href="/wiki/Linux_Server" title="Linux Server">Linux</a></li>
| | |+ |
| <li><a href="/wiki/Controlling_Your_Server" title="Controlling Your Server">Controlling Your Server</a></li>
| | |- |
| </ul>
| | ! style="width:100%; background-color:#FFA000;" | External Links |
| </li>
| | |- |
| <li><a href="/wiki/Limits" title="Limits">Limits</a></li>
| | | valign="top" style="background:#f1f2fe;" | |
| <li><a href="/wiki/Category:Scripting_Documentation" title="Category:Scripting Documentation">Scripting</a>
| | * [irc://irc.tl/sa-mp.scripting SA:MP Scripting IRC channel] |
| <ul>
| | * [http://mycroft.mozdev.org/search-engines.html?name=sa-mp SA:MP Wiki Search Plugin] |
| <li><a href="/wiki/Scripting_Basics" title="Scripting Basics">Scripting Basics</a></li>
| | * [http://wiki.amxmodx.org/index.php/Pawn_Tutorial amxmodx.org wiki tutorial] '''Note:''' This guide is rather hardcoded to AMX Mod X. |
| <li><a href="/wiki/Category:Scripting_Functions" title="Category:Scripting Functions">Scripting Functions</a></li>
| | |} |
| <li><a href="/wiki/Category:Scripting_Callbacks" title="Category:Scripting Callbacks">Scripting Callbacks</a></li>
| |
| <li><a href="/wiki/Scripting_Editors" title="Scripting Editors">Scripting Editors</a></li>
| |
| <li><a href="/wiki/Script_Examples" title="Script Examples">Script Examples</a></li>
| |
| <li><a href="/wiki/Category:NPC" title="Category:NPC">NPC Documentation</a></li>
| |
| <li><a href="/wiki/Category:Tutorials" title="Category:Tutorials">Script Tutorials</a></li>
| |
| <li><a href="/wiki/Category:Scripting_Documentation" title="Category:Scripting Documentation">Script Resources</a></li>
| |
| </ul>
| |
| </li>
| |
| </ul>
| |
| </td>
| |
| </tr>
| |
| </table>
| |
| | |
| <table width="100%" bgcolor="#fff" cellpadding="4px" cellspacing="0px" style="margin:auto;">
| |
| <tr align="center" bgcolor="#FFA000">
| |
| <th width="100%"><b>External Links</b></th>
| |
| </tr>
| |
| <tr valign="top" align="left" style="background:#f1f2fe; font-size: 100%;">
| |
| <td>
| |
| <ul>
| |
| <li><a href="irc://irc.tl/sa-mp.scripting" class='external text' title="irc://irc.tl/sa-mp.scripting" rel="nofollow">SA:MP Scripting IRC channel</a></li>
| |
| <li><a href="http://mycroft.mozdev.org/search-engines.html?name=sa-mp" class='external text' title="http://mycroft.mozdev.org/search-engines.html?name=sa-mp" rel="nofollow">SA:MP Wiki Search Plugin</a></li>
| |
| <li><a href="http://wiki.amxmodx.org/index.php/Pawn_Tutorial" class='external text' title="http://wiki.amxmodx.org/index.php/Pawn_Tutorial" rel="nofollow">amxmodx.org wiki tutorial</a> <b>Note:</b> This guide is rather hardcoded to AMX Mod X.</li>
| |
| </ul>
| |
| </td>
| |
| </tr>
| |
| </table>
| |
| | |
| <div style="margin-top: 20px;">
| |
| <div class="printfooter">
| |
| Retrieved from "<a href="https://sampwiki.blast.hk/wiki/Main_Page">https://sampwiki.blast.hk/wiki/Main_Page</a>"
| |
| </div>
| |
| </div>
| |