

Rcon_password changeme (the rcon password you will utilize "/Rcon login" you must edit this) Samp-server.exe: we beginning our server with this.įirst we must open up the file "server.cfg" and edit our server configuration.Īfter opening information technology, you will find: Samp-npc.exe: this will allow us to apply NPCs. Gamemodes: contains bones gamemodes and we must place our gamemode if we create 1.įilterscripts: contains additional codes apart from your gamemode, non included in it and can be called past using rcon commands.Īnnounce.exe: this will allow us to show our server on Masterlist. Include: this contains codes that can be included within your script.

Npcmodes: this contains information nearly NPCs (script & rec) this guide will not requite detailed data about NPCs equally they are more than advanced. We tin can also add together our own includes and add them to our script. Pawno: contains the basic programme to kickoff scripting in SA-MP also has the "include" folder that contains basic includes to start our script (SA-MP basic functions). This guide volition not give detailed information virtually plugins as they are more advanced. Plugins: this folder contains additional codes that give more than options in SA-MP programming, usually programmed in other languages. Scriptfiles: this folder contains information called inside your script or logs created by your script, commonly used as a database. Text files that include terms & a configuration guide (samp-license.txt & server-readme.txt respectively). Scriptfiles, plugins, pawno, npcmodes, include, gamemodes, filterscripts, announce.exe, samp-npc.exe, samp-server.exe & server.cfg Starting time we must download the SA-MP Windows Server from Īfterwards doing this we will open the files independent in the download and subsequently decompressing it, we will see our server files & folders. Password style (allows players to input text into the dialog without revealing information technology) List way (menu, show the thespian a list of options) Input style (allows players to input text into the dialog) Message box way (sends a message to the player) ShowPlayerDialog(playerid, dialogid, fashion, caption, info, button1, button2)

Public OnPlayerDisconnect(playerid, reason)

Public OnPlayerRequestClass(playerid, classid) * Note: this guide is based on the one I made for SA-MP forum in the first months of 2015 if you read this afterward, some elements may accept changed or updated. It is created specially for new scripters and people who want to learn SA-MP Pawn scripting, information technology explains just basic scripting and how to starting time. This guide is based on other tutorials and on my own experience.
