How do you change 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How do you change name? (
/showthread.php?tid=111901)
How do you change name? -
TheArcher - 04.12.2009
Hi all...how to change the name of my server automaticaly as this server 62.149.202.161:20301..pls help me
Re: How do you change name? -
Correlli - 04.12.2009
By using
SendRconCommand-function.
You could use it in a timer.
pawn Код:
SendRconCommand("hostname _YOUR_SERVER_NANE_");
Re: How do you change name? -
The_Real_Boss - 05.12.2009
but if you don't know how to do a timer search the wiki
wiki.sa-mp.com/timers
Re: How do you change name? -
dice7 - 06.12.2009
AND WHATS YOUR CODE
Re: How do you change name? -
TheArcher - 10.12.2009
which code?