All public logs
From San Andreas Multiplayer
Jump to navigationJump to search
Combined display of all available logs of San Andreas Multiplayer. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:00, 3 November 2024 Varrez talk contribs created page MediaWiki:Common.js (Created page with "// Laden von Highlight.js über CDN mw.loader.load('https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js'); // Laden eines Highlight.js-Themes (z. B. default oder monokai) mw.loader.load('https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/styles/default.min.css', 'text/css'); // Initialisieren von Highlight.js nach dem Laden der Seite $(document).ready(function() { $('pre code').each(function(i, block) { hljs.highlightElement(...")
- 18:41, 2 November 2024 Varrez talk contribs created page Template:PawnCode (Created page with "<pre> {{#replace: {{{code}}} |old=public |new=<span class="pawn-keyword">public</span> |old=private |new=<span class="pawn-keyword">private</span> |old=if |new=<span class="pawn-keyword">if</span> |old=else |new=<span class="pawn-keyword">else</span> |old=for |new=<span class="pawn-keyword">for</span> |old=while |new=<span class="pawn-keyword">while</span> |old=return |new=<span class="pawn-keyword">return</span> |old="//" |new=<span class...")
- 17:02, 2 November 2024 Varrez talk contribs created page Scripting Basics (Created page with "<syntaxhighlight lang="python" line> def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>")
- 09:20, 2 November 2024 Varrez talk contribs deleted page Template:Hint/styles.css (content before blanking was: ".hint { background-position: left 7px top 50%; padding: 0.5em; padding-left: 40px; margin: 0.5em 0; overflow: hidden; background-color: #f8f9fa; background-repeat: no-repeat; border: 1px solid #ddd; } .hint pre, .hint .mw-code { border:0; } .hint-block { background-position: left 7px top 1.3em; } .hint-inline { display: inline-block; vertical-align: middle; } .hint-question, .hint-algorithm, .hint-example, .hint-info, .hint-history { background-...")
- 09:04, 2 November 2024 Varrez talk contribs created page MediaWiki:Common.css (Created page with "@import url("/wiki/Template:Hint/styles.css");")
- 08:57, 2 November 2024 Varrez talk contribs created page Template:Hint (Created page with "{{{1}}}")
- 08:57, 2 November 2024 Varrez talk contribs created page Template:Hint/styles.css (Created page with ".hint { background-position: left 7px top 50%; padding: 0.5em; padding-left: 40px; margin: 0.5em 0; overflow: hidden; background-color: #f8f9fa; background-repeat: no-repeat; border: 1px solid #ddd; } .hint pre, .hint .mw-code { border:0; } .hint-block { background-position: left 7px top 1.3em; } .hint-inline { display: inline-block; vertical-align: middle; } .hint-question, .hint-algorithm, .hint-example, .hint-info, .hint-history { background-image: ur...")
- 08:47, 2 November 2024 Varrez talk contribs created page Template:Note (Created page with "<includeonly>{|class="wikitable" | File:Info-icon.png | {{{1}}} |}</includeonly>")
- 08:42, 2 November 2024 Varrez talk contribs created page Template:NoteGreen (Created page with "<div style="border: 1px solid #5cb85c; background-color: #dff0d8; padding: 10px; margin: 10px 0; color: #3c763d;"> '''Info:''' {{{1}}} </div>")
- 08:41, 2 November 2024 Varrez talk contribs created page Template:NoteYellow (Created page with "<div style="border: 1px solid #f0ad4e; background-color: #fcf8e3; padding: 10px; margin: 10px 0; color: #8a6d3b;"> '''Note:''' {{{1}}} </div>")
- 08:41, 2 November 2024 Varrez talk contribs created page Template:NoteRed (Created page with "<div style="border: 1px solid #d9534f; background-color: #f2dede; padding: 10px; margin: 10px 0; color: #a94442;"> '''Warning:''' {{{1}}} </div>")
- 08:36, 2 November 2024 Varrez talk contribs created page .rec file (Created page with "'''Hinweis:''' * This article is based on the file structure as it is in version 0.3d. It might be different for previous or later releases. * All the data was collected by a single person (User:Mauzen) and might contain inaccuracies. * For more accurate and detailed results, verification by other users is recommended. == .rec files == The `.rec` files are SA-MP's files for recorded NPC movements and actions. Normally, these files are created in-game by recording a play...")
- 19:50, 1 November 2024 Varrez talk contribs created page Category:Server Documentation (Created page with "Test")
- 19:41, 1 November 2024 Varrez talk contribs created page Server (Created page with "{| style="width:100%; background-color:#fff; margin:auto;" cellpadding="4" cellspacing="0" |+ |- ! style="width:100%; background-color:#FFA000;" | Alphabetisches Inhaltsverzeichnis |- | valign="top" style="background:#222222; color:#fff;" | * A * Introduction * What is SA:MP? * System Requirements * B * Bugs * C * Capture the Flag * Confuse modelid * Controlling Your Server * G * Gamemode Documentation * [[Gamemodes]...")
- 18:52, 1 November 2024 Varrez talk contribs created page Changelog (Created page with "= Current Server Version (0.3z R2-2) = Release Date: 12/04/2014 This update is for servers only. The client is still 0.3z R1. == New Features == * Functions BlockIpAddress and UnBlockIpAddress added. * SendDeathMessageToPlayer added. * CreateExplosionForPlayer added. * New callback OnIncomingConnection. * The default 'ackslimit' is raised from 1000 to 3000. = Current Client Version (0.3z) = Release Date: 13/02/2014 The current client version is 0.3z. This update was...")
- 18:50, 1 November 2024 Varrez talk contribs created page Sa-mp.cfg (Created page with "= sa-mp.cfg = sa-mp.cfg is a client configuration file that allows you to change settings related to SA-MP. This file is found in your 'My Documents\GTA San Andreas User Files\SAMP' folder under your Windows user account. This file can be edited with a text editor such as Notepad. == Options == === Sa-mp.cfg were added in SA-MP 0.3a === {{Alert|These options below were added in SA-MP 0.3a and will not work in earlier versions!}} {| class="wikitable" |- ! Option !! De...")
- 18:38, 1 November 2024 Varrez talk contribs created page Controlling Your Server (Created page with "== Changing Gamemode == === Running a custom/downloaded gamemode === Open the directory you installed the server to (e.g., /Rockstar Games/GTA San Andreas/server). Take the downloaded/compiled .amx file and place it in the gamemodes folder where you installed the server. Use RCON to change the mode as described above (2.1). Alternatively, you can add the new mode to a rotation, also described above (2.3). === Using Filterscripts === The same as running a custom gamemod...")
- 18:36, 1 November 2024 Varrez talk contribs created page Common Problems (Created page with "== Client == === I get the error "San Andreas cannot be found" === San Andreas Multi-player is not a stand-alone program! It adds multi-player functionality to San Andreas, and thus you need GTA San Andreas for the PC - it also needs to be EU/US v1.0, other versions such as v2.0 or Steam and Direct2Drive versions will not work. Click here to download a patch to downgrade your GTA: SA version to 1.0. === I can not see any servers in SA-MP browser === First off, ensure y...")
- 18:34, 1 November 2024 Varrez talk contribs created page Getting Started (Created page with "== Getting Started == === Download === * The first step is to download the SA-MP client. The download page can be found at https://www.download.sampx.de. Check back there from time to time for new SA-MP versions, especially if you're getting "Incorrect Version" errors. === Installation === === Finding a Server === === Your First View === ==== Chat Box/Window ==== ==== Death Window ==== === Game Keys ===")
- 18:28, 1 November 2024 Varrez talk contribs created page Introduction (Created page with "__TOC__ == What is SA-MP? == San Andreas Multiplayer (SA:MP) is a modification for Grand Theft Auto: San Andreas which turns it into a multiplayer game. You can play over the internet (or LAN) with up to 999 other people (having up to 1,000 players online at once). You need the original Grand Theft Auto: San Andreas PC game to play San Andreas Multiplayer. In SA:MP you are able to do almost anything that you can do in single player GTA. SA:MP also features the ability...")
- 16:58, 31 October 2024 MediaWiki default talk contribs created page Main Page