echo Executing Server Config... lanmode 0 rcon_password changeme2 maxplayers 50 port 7777 hostname SA-MP 0.3 Server1 gamemode0 grandlarc 1 filterscripts base gl_actions gl_property gl_realtime announce 1 query 1 weburl www.sa-mp.com maxnpc 0 onfoot_rate 40 incar_rate 40 weapon_rate 40 stream_distance 300.0 stream_rate 1000
SA-MP Dedicated Server ---------------------- v0.3c R2, ©2005-2011 SA-MP Team [06:29:36] [06:29:36] Server Plugins [06:29:36] -------------- [06:29:36] Loaded 0 plugins. [06:29:36] [06:29:36] Filter Scripts [06:29:36] --------------- [06:29:36] Loading filter script 'base.amx'... [06:29:36] --Base FS loaded. [06:29:36] Loading filter script 'gl_actions.amx'... [06:29:36] Loading filter script 'gl_property.amx'... [06:29:36] ----------------------------------- [06:29:36] Grand Larceny Property Filterscript [06:29:36] ----------------------------------- [06:29:36] Loading filter script 'gl_realtime.amx'... [06:29:36] Loaded 4 filter scripts. [06:29:36] Loaded 3 vehicles from: vehicles/trains.txt [06:29:36] Loaded 3 vehicles from: vehicles/pilots.txt [06:29:36] Loaded 15 vehicles from: vehicles/lv_law.txt [06:29:36] Loaded 39 vehicles from: vehicles/lv_airport.txt [06:29:36] Loaded 255 vehicles from: vehicles/lv_gen.txt [06:29:36] Loaded 38 vehicles from: vehicles/sf_law.txt [06:29:36] Loaded 35 vehicles from: vehicles/sf_airport.txt [06:29:36] Loaded 353 vehicles from: vehicles/sf_gen.txt [06:29:36] Loaded 24 vehicles from: vehicles/ls_law.txt [06:29:36] Loaded 37 vehicles from: vehicles/ls_airport.txt [06:29:36] Loaded 98 vehicles from: vehicles/ls_gen_inner.txt [06:29:36] Loaded 389 vehicles from: vehicles/ls_gen_outer.txt [06:29:36] Loaded 71 vehicles from: vehicles/whetstone.txt [06:29:36] Loaded 168 vehicles from: vehicles/bone.txt [06:29:36] Loaded 61 vehicles from: vehicles/flint.txt [06:29:36] Loaded 96 vehicles from: vehicles/tierra.txt [06:29:36] Loaded 96 vehicles from: vehicles/red_county.txt [06:29:36] Total vehicles from files: 1781 [06:29:36] Reading File: blank [06:29:36] Reading File: properties/houses.txt [06:29:36] Reading File: properties/businesses.txt [06:29:36] Reading File: properties/banks.txt [06:29:36] Reading File: properties/police.txt [06:29:36] --------------------------------------- [06:29:36] Running Grand Larceny - by the SA-MP team [06:29:36] --------------------------------------- [06:29:36] Number of vehicle models: 173
iptables -I INPUT -p tcp --dport 7777 -j ACCEPT iptables -I INPUT -p udp --dport 7777 -j ACCEPT
ifconfig -a ip addr
bind xxx.xxx.xxx.xxx (server's external ip)
Originally Posted by xxmitsu
and enter into your server.cfg
Код:
bind xxx.xxx.xxx.xxx (server's external ip) |
Aha. Off-topic. But I have the same as server set-up as you. . Did you get yours from domVPS?
|
#!/bin/sh if ps -a | grep samp03 > /dev/null then cd /root/samp03 nohup ./samp03svr > samp.out 2> samp.err < /dev/null & echo started else echo already started exit fi