13.06.2012, 02:30
Hello everyone, this is a very basic tutorial on your first steps of scripting. So, what I'm showing you how to get your server folder setup for the current release of June 2012+. So what you want to do is read the steps below, have any problems leave a comment below and either myself or amazing users of the community will answer for you! So without further to to heres the tutorial.
1. Installing SAMP: firstly goto http://www.sa-mp.com/ downloads.
Step 2: Click the hyperlink downloads for samp.exe client & the zip below. You will need BOTH of those files.
Step 3: run sampinstaller.exe inside your gta game directory.
Step 4: now thats installed open up the samp zip folder you downloaded. You may need either 7zip or winrar to extract and open the files inside. Once that's done make sure all files are inside a folder, for easy access uses, on your desktop.
Step 5: next open the folder on your desktop and open the 'Pawno' folder, then pawno.exe this is your script editor for scripting your server.
Step 6: click file, new (ctrl+n) then file save-as in the gamemodes folder located in the new desktop folder.
Step 7: we are now almost there! We just need to open the server.cfg inside the server folder. Open that up and edit the rcon password and hostname to whatever you like. Rcon is standard administration database that not many gamesmodes use at all. Lastly change the line that says gamemode0 to:
Where it says script edit that to the name you saved inside the pawno.exe
now all you need to do is launch the samp_server.exe. Last but not least open your samp.exe that you installed earlier and click the orange tick enter this ip:
click ok then the green tick. Now you have your own server!
For your friends to join all you need to do it goto whatsmyip.org and give them your ip, use logmein hamachi or portforward also.
1. Installing SAMP: firstly goto http://www.sa-mp.com/ downloads.
Step 2: Click the hyperlink downloads for samp.exe client & the zip below. You will need BOTH of those files.
Step 3: run sampinstaller.exe inside your gta game directory.
Step 4: now thats installed open up the samp zip folder you downloaded. You may need either 7zip or winrar to extract and open the files inside. Once that's done make sure all files are inside a folder, for easy access uses, on your desktop.
Step 5: next open the folder on your desktop and open the 'Pawno' folder, then pawno.exe this is your script editor for scripting your server.
Step 6: click file, new (ctrl+n) then file save-as in the gamemodes folder located in the new desktop folder.
Step 7: we are now almost there! We just need to open the server.cfg inside the server folder. Open that up and edit the rcon password and hostname to whatever you like. Rcon is standard administration database that not many gamesmodes use at all. Lastly change the line that says gamemode0 to:
Code:
gamemode0 script 1
now all you need to do is launch the samp_server.exe. Last but not least open your samp.exe that you installed earlier and click the orange tick enter this ip:
Code:
127.0.0.1:7777
For your friends to join all you need to do it goto whatsmyip.org and give them your ip, use logmein hamachi or portforward also.