SA-MP Forums Archive
Cant See My Server - 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: Cant See My Server (/showthread.php?tid=171689)



Cant See My Server - Tomboeg - 27.08.2010

I have a problem

I can t see my server anymore

Yesterday i had it online and could see it on my other computer (local) (and on my own pc)

But now i can t see anything

Does someone know's why i can't see my server anymore in the sa-mp server database (samp.exe there you see a list of servers)


Re: Cant See My Server - gamer931215 - 27.08.2010

Can you see i on local (127.0.0.1) ?
then you need to port forward on your router (port 7777 UDP)

Else check if you have the latest client/server version.


Re: Cant See My Server - Tomboeg - 27.08.2010

no i can t see it local anymore

i will keep it local i dont have portforwarded yt

hey all my command are not working anymore he? Fixed


Re: Cant See My Server - gamer931215 - 27.08.2010

Quote:
Originally Posted by tomboeg
Посмотреть сообщение
no i can t see it local anymore

i will keep it local i dont have portforwarded yt

hey all my command are not working anymore he?
Check your includes/plugins etc, and that everything is compatable with samp 0.3b, also check server.cfg if announce and stuff like that is equal to 1.


Re: Cant See My Server - Tomboeg - 27.08.2010

I still have 0.3a

And i have 0 plugins
announce and querry is 1


Re: Cant See My Server - Scenario - 27.08.2010

Open your server_log.txt file, copy everything and paste it here. I'm sure it'll tell you if something can't run correctly!


Re: Cant See My Server - Beanz - 27.08.2010

This is not a SAMP bug, this is obviousley a problem with your own server.


Re: Cant See My Server - Tomboeg - 27.08.2010

I didn't say it's a samp bug

My info:

echo Executing Server Config...
lanmode 0
rcon_password secret :P
maxplayers 10
port 7777
hostname Gamerz Planet
gamemode0 GamerzPlanet (my gamemode)
filterscripts base gl_actions gl_property gl_realtime jump hooihuis automsg autos carcoms (my filterscripts created with mta)
announce 1
query 1
weburl www.sa-mp.com (None Yet)
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000


Re: Cant See My Server - Scenario - 27.08.2010

I found your issue...

Код:
gamemode0 GamerzPlanet (my gamemode)
That line should be...

Код:
gamemode0 GamerzPlanet 1
If you don't see the change, I added a "1" after your GM. Try that!


Re: Cant See My Server - Luis- - 27.08.2010

Код:
echo Executing Server Config...
lanmode 0
rcon_password secret :P
maxplayers 10
port 7777
hostname Gamerz Planet
gamemode0 GamerzPlanet 1
filterscripts base gl_actions gl_property gl_realtime jump hooihuis automsg autos carcoms
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
Try that..