server name change - 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: server name change (
/showthread.php?tid=103352)
server name change -
xCoder - 19.10.2009
how can i do it
#define servername "My Server"
what i type to my server i want be name of my server.
Re: server name change -
MenaceX^ - 19.10.2009
Re: server name change -
xCoder - 19.10.2009
Quote:
Originally Posted by MenaceX^
|
it says undefined symbol
Re: server name change -
Think - 19.10.2009
Quote:
Originally Posted by xCoder
Quote:
Originally Posted by MenaceX^
|
it says undefined symbol
|
pawn Код:
new rcon[64];
format(rcon, 64, "hostname %s", servername);
SendRconCommand(rcon);
Put that @ ongamemodeinit