ssh problem
#1

when I run my server, after some minuts the server don't move everyone in the server don't responde and the server still run.....
I tried switch modes but it's reapet.
SSH:
Код:
samp2 ~/samp03 $ ./samp03svr &
[1] 24388
samp2 ~/samp03 $
Started server on 188.64.97.218:7777, with maxplayers: 500 lanmode is OFF.


samp2 ~/samp03 $ ps x
  PID TTY      STAT   TIME COMMAND
24081 ?        S      0:00 sshd: samp2@pts/8
24082 pts/8    Ss     0:00 -bash
24388 pts/8    Sl     0:01 ./samp03svr
24400 pts/8    R+     0:00 ps x
Reply
#2

It's probably your script. Try looking at "top" when your server is frozen. It is very likely that it has 100% CPU usage at the point its frozen.
Reply
#3

Dude, use less processor-taking functions . For commands use ******'s or ZCMD.

Clean your script, justify it, make sure you don't have disappeared errors( If the Gamemode compiles without errors doesn't mean it's without errors ).

Use less objects, use the objects in a Filterscript file. Make sure you run the samp03svr as an adminstrator .

Good luck
Reply
#4

Quote:
Originally Posted by Ehab1911
Посмотреть сообщение
use the objects in a Filterscript file.
How does that work? I always thought that Filterscripts take up more processing power to run.
Reply
#5

I changed the gamemode to lvdm and the same thing happen.....
Код:
samp2 ~ $ cd samp03
samp2 ~/samp03 $ ./samp03svr &
[1] 29333
samp2 ~/samp03 $
Started server on 188.64.97.218:7777, with maxplayers: 500 lanmode is OFF.


samp2 ~/samp03 $
Reply
#6

Tried using nohup?
Reply
#7

Quote:
Originally Posted by JiHost
Посмотреть сообщение
Tried using nohup?
what is that?
Reply
#8

my Client said me that the CPU use 99%
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)