Runing SA-MP on linux? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Runing SA-MP on linux? (
/showthread.php?tid=120777)
Runing SA-MP on linux? -
HellMind - 13.01.2010
Hi, I'm trying the last version and I got this problem,
Notting happend
Код:
announce filterscripts/ gamemodes/ include/ npcmodes/ samp-npc samp03svr scriptfiles/
sh-3.2$ ./samp03svr
sh-3.2$ ./samp-npc
sh-3.2$ ./announce
sh-3.2$
Re: Runing SA-MP on linux? -
JaTochNietDan - 13.01.2010
Are you sure the files are executable under the user/group you're trying to execute it as? ('chmod' is the command you need if so)
Re: Runing SA-MP on linux? -
HellMind - 13.01.2010
Quote:
Originally Posted by JaTochNietDan
Are you sure the files are executable under the user/group you're trying to execute it as? ('chmod' is the command you need if so)
|
Yep
Код:
sh-3.2$ ls -la
total 1632
drwxr-xr-x 7 root root 4096 Jan 13 01:23 .
drwxr-xr-x 17 hellmind hellmind 4096 Jan 13 01:18 ..
-rw-r--r-- 1 hellmind hellmind 1997 Oct 14 19:28 LICENSE
-rw-r--r-- 1 hellmind hellmind 1847 Oct 14 19:28 README
-rwxr-xr-x 1 hellmind hellmind 11292 Oct 10 06:42 announce
drwxr-xr-x 2 hellmind hellmind 4096 Sep 30 05:03 filterscripts
drwxr-xr-x 2 hellmind hellmind 4096 Sep 10 22:35 gamemodes
drwxr-xr-x 2 hellmind hellmind 4096 Sep 5 18:06 include
drwxr-xr-x 3 hellmind hellmind 4096 Sep 29 00:32 npcmodes
-rwxr-xr-x 1 hellmind hellmind 604740 Oct 14 19:39 samp-npc
-rwxr-xr-x 1 hellmind hellmind 999900 Nov 15 23:02 samp03svr
drwxr-xr-x 4 hellmind hellmind 4096 Oct 12 02:47 scriptfiles
-rw-r--r-- 1 hellmind hellmind 338 Jan 13 01:23 server.cfg
Re: Runing SA-MP on linux? -
HellMind - 13.01.2010
Код:
sh-3.2$ whoami
hellmind
Re: Runing SA-MP on linux? -
HellMind - 13.01.2010
There are no source to compile?
Re: Runing SA-MP on linux? -
HellMind - 13.01.2010
Fixed
it seems that if you dont change the default rcon the server STFU
and doesnt say anything
like
if rcon = "changeme" return 0;
Dunno why nobody adds printf("fking change the rcon password");
Re: Runing SA-MP on linux? -
iLinx - 14.01.2010
just for future reference, theres a edit button mate
Re: Runing SA-MP on linux? -
JaTochNietDan - 14.01.2010
Please don't triple post, you can edit your original posts.
Also, it does print to the server_log.txt if your RCON password needs to be changed.