SA-MP Forums Archive
Help please with 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help please with Server Name (/showthread.php?tid=179083)



Nothing - Brian_Furious - 25.09.2010

Done (8 characters)


Re: Help please with Server Name - RSX - 25.09.2010

Make a timer which goes down by 1 sec each second and then just change it by:
format(string, sizeof(string), "hostname Server Opens In : %d:%d:%d",hour,minute,second);
SendRconCommand("hostname [name]");
And you need to add a zero code which i'm going to find right now.


Re: Help please with Server Name - Brian_Furious - 25.09.2010

RSX helped me