New pages
From San Andreas Multiplayer
Jump to navigationJump to search
- 17:02, 2 November 2024 Scripting Basics (hist | edit) [158 bytes] Varrez (talk | contribs) (Created page with "<syntaxhighlight lang="python" line> def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>")
- 08:36, 2 November 2024 .rec file (hist | edit) [4,980 bytes] Varrez (talk | contribs) (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:41, 1 November 2024 Server (hist | edit) [861 bytes] Varrez (talk | contribs) (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 Changelog (hist | edit) [10,263 bytes] Varrez (talk | contribs) (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 Sa-mp.cfg (hist | edit) [3,404 bytes] Varrez (talk | contribs) (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 Controlling Your Server (hist | edit) [7,817 bytes] Varrez (talk | contribs) (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 Common Problems (hist | edit) [8,689 bytes] Varrez (talk | contribs) (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 Getting Started (hist | edit) [417 bytes] Varrez (talk | contribs) (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 Introduction (hist | edit) [1,536 bytes] Varrez (talk | contribs) (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...")