Frequently Asked Questions [READ THIS BEFORE POSTING]
#1

How do I run a server? (Windows):
1) Download the latest Windows server at http://sa-mp.com/download.php.
2) Unpack the file and open up server.cfg with wordpad/any other editor
3) Change the RCON password at least, feel free to change other things
4) Open samp-server.exe and it should work.

How do I run a server? (Linux):
1) Download the latest Linux server at http://sa-mp.com/download.php.
2) Unpack the file and open up server.cfg with nano/any other editor
3) Change the RCON password at least, feel free to change other things
4) Chmod the file (chmod +x samp03svr)
5) Run samp03svr (./samp03svr) and it should work.

My server doesn't show up for friends!
Be sure to have port forwarded, follow the instructions at http://www.portforward.com/english/a...erverindex.htm
The IP to give to your friends is shown at http://www.whatsmyip.org/
Also make sure 'announce' and 'query' are set to 1

My server doesn't show up on the internet/hosted list!
Home hosted servers never show up there, if this is about friends, read above.
Also make sure 'announce' and 'query' are set to 1

My server doesn't show up for me!
If it's home hosted, the IP (just for you) is 127.0.0.1ort (port is usually 7777)
Also make sure 'announce' and 'query' are set to 1

Is my server online?
http://monitor.sacnr.com/checker.html

How many players can I host?
Well, the main factor is upload speed, which needs to be about 25 kb/s per player.
Do note this fluctuates a lot depending on rates, gamemode, objects and player density.
CPU and RAM usage depends on your gamemode, a SA-MP server with lvdm uses as little as 3 mb of RAM and nearly no CPU.

I need a free server
It's your own risk, but free servers can be closed, files can be edited or your scripts can be stolen without anything you can do about it.
We do not care about them stealing your gamemode, either buy proper hosting, host it yourself or take free hosting and accept those risks.

The server window closes right away!
Please read the bottom of server_log.txt, it gives you the error and how to solve it.

I have a dynamic IP!
You can try and call your ISP and get a static IP, but most likely this is either impossible or they will charge for it.
Remember, home connections are not made for server hosting, at most ISPs it's even forbidden.
There is nothing you can do about it.

My question isn't here!
Okay, please follow these steps:
1) Search!
2) Read the wiki!
3) Use ******!
4) Use a proper subject, so not '[HELP] SERVER [HELP] ROUTER [CRITICAL]!!!!!!!!!!' but something like 'My router crashes when I port forward'.
5) Describe your problem thoroughly, in proper English with screenshots if needed.
Reply
#2

Is this gonna be stickied?
Reply
#3

Quote:
Originally Posted by clum'
Is this gonna be stickied?
xD, it currently is.
Reply
#4

Thank you so much Woet. Because of you, even I managed to get a server running from my PC!
Reply
#5

I HAVE MANY MANY Questions. 1st: What does CHMODE Mean? How can i chmode the file??

Im finished downloading PTConfig, What's next?

Reply
#6

Do we have to put a password?
Reply
#7

Quote:
Originally Posted by jubbaj
Do we have to put a password?
You only use the "password" option if you want to limit access to the server. The "rcon password" is mandatory.
Reply
#8

How Do You add maps??
Reply
#9

Under
Code:
public OnGameModeInit()
Reply
#10

Thanks

Is there a plugin or script that just dose this as my gamemode has errors and i can't POWNO it ?
Reply
#11

You can put it in a FS under
Code:
public OnFilterScriptInit()
Reply
#12

er ok plz expand..
Reply
#13

Well create a few FS, get the object code and place it under public OnFilterScriptInit(). Add the FS name into your server.cfg. Restart the server and your objects should be there
Reply
#14

mm ill give it ago
Thanks
Reply
#15

I gat this : : error 021: symbol already defined: "CreateObject"
Reply
#16

Whats the line?
Reply
#17

Error says line 9

Code:
public OnFilterScriptInit()

		CreateObject(8171, -1498.684204, 550.523315, 2.464361, 0.000000, 11.1726770051, 0.000000); //
	CreateObject(4867, -1436.614502, 488.131561, 1.887438, 0.000000, 0.000000, 0.000000); //
	CreateObject(4867, -1226.395752, 488.167664, 1.895569, 0.000000, 0.000000, -360.000039696); //
	CreateObject(4867, -1409.881958, 670.681213, 1.897804, 0.000000, 0.000000, -360.000039696); //
	CreateObject(4867, -1227.359741, 670.663391, 1.894034, 0.000000, 0.000000, -719.999678321); //
public OnFilterScriptInit() is on line 6 ...
Reply
#18

pawn Code:
public OnFilterScriptInit()
{
    CreateObject(8171, -1498.684204, 550.523315, 2.464361, 0.000000, 11.1726770051, 0.000000);
    CreateObject(4867, -1436.614502, 488.131561, 1.887438, 0.000000, 0.000000, 0.000000);
    CreateObject(4867, -1226.395752, 488.167664, 1.895569, 0.000000, 0.000000, -360.000039696);
    CreateObject(4867, -1409.881958, 670.681213, 1.897804, 0.000000, 0.000000, -360.000039696);
    CreateObject(4867, -1227.359741, 670.663391, 1.894034, 0.000000, 0.000000, -719.999678321);
}
Are you sure it looks like this?
Reply
#19

Oh so this is why I know my port-forward failed, I'll call my ISP to make a static IP .
THANKS WOET!
Reply
#20

Nice! thanks this sher helpd!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)