Changing server name - 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: Changing server name (
/showthread.php?tid=431487)
Changing server name -
Red_Dragon. - 18.04.2013
How to change the server name (server is on mysql) I DON'T mean on server.cfg as I wrote a name in the server.cfg, but another name appears in the log and the server list etc.., so how to change this name ?
Re: Changing server name -
[Ro]DuReX - 18.04.2013
You probably have in a script:
pawn Код:
SendRconCommand("hostname My Server Name");
Re: Changing server name -
Jarnu - 18.04.2013
Simply login as RCON admin
do /rcon hostname yournewservername
Re: Changing server name -
Red_Dragon. - 18.04.2013
You're right, but what should I do ? xD
Re: Changing server name -
Sithis - 18.04.2013
Search your script for the server name you are seeing from your scripting editor. Find it, kill it, change it, my friend.