SA-MP Forums Archive
Please HELP ME! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Please HELP ME! (/showthread.php?tid=143820)



Please HELP ME! - THE_GAMER - 24.04.2010

Hi Im TheRedBull.
I need help.
my server is not on the list of "internet" window SAMP:

Screen:


Please Help Me Im Spanish xD.
Thanx


Re: Please HELP ME! - 0ne - 24.04.2010

the hostname is not the same as MODE, you need to SetGameModeText in your .pwn file for it to work


Re: Please HELP ME! - THE_GAMER - 24.04.2010

Quote:
Originally Posted by 0ne
the hostname is not the same as MODE, you need to SetGameModeText in your .pwn file for it to work
I do not understand


Re: Please HELP ME! - Butilka - 24.04.2010

Change "announce" value to 1.


Re: Please HELP ME! - Jakku - 24.04.2010

You can change the text appearing in "mode"- value using SetGameModeText("Name here");


Re: Please HELP ME! - THE_GAMER - 24.04.2010

Quote:
Originally Posted by E1edge
Change "announce" value to 1.
THANKS


Re: Please HELP ME! - THE_GAMER - 24.04.2010

Quote:
Originally Posted by E1edge
Change "announce" value to 1.
still not working


Re: Please HELP ME! - DeathOnaStick - 24.04.2010

The MODE is not same as the NAME of the server.

The MODE can be changed with SetGameModeText(str);.

The NAME can be changed in server.cfg.

You look for the MODE, but type in the NAME. That's why you don't find a match.

Try entering your MODE into there, instead of the NAME.


Re: Please HELP ME! - THE_GAMER - 24.04.2010

Quote:
Originally Posted by DeathOnaStick
The MODE is not same as the NAME of the server.

The MODE can be changed with SetGameModeText(str);.

The NAME can be changed in server.cfg.

You look for the MODE, but type in the NAME. That's why you don't find a match.

Try entering your MODE into there, instead of the NAME.
THANKS it works


Re: Please HELP ME! - DeathOnaStick - 24.04.2010

Np.