So First time something Like This happens!(Server name Male + shows it's locked) - 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)
+--- Thread: So First time something Like This happens!(Server name Male + shows it's locked) (
/showthread.php?tid=421115)
So First time something Like This happens!(Server name Male + shows it's locked) -
Scrillex - 08.03.2013
Why it shows wrong server data?
free photo hosting
Here is my server.cfg
pawn Код:
echo Executing Server Config...
lanmode
0rcon_password change
maxplayers
50port
7777hostname Samp Server
gamemode0 LASRP
1filterscripts fsdebug
plugins sscanf.dll streamer.dll Whirlpool.dll
announce
0query
1chatlogging
0weburl
[url
]www.sa-mp.com
[/url
]onfoot_rate
40incar_rate
40weapon_rate
40stream_distance
300.0stream_rate
1000maxnpc
0logtimeformat
[%H:%M:%S
]
Re: So First time something Like This happens!(Server name Male + shows it's locked) -
DaRk_RaiN - 08.03.2013
There must be something like this somewhere in your script, remove it
pawn Код:
//This
SendRconCommand("hostname male");
//Or this
#define hostname "male"
Either way remove them both.
Re: So First time something Like This happens!(Server name Male + shows it's locked) -
Scrillex - 08.03.2013
The problem was simple it was mixed up dialogs.. Rcon dialog mixed up with register dialog.. I don't know why but yeah that was the thing!