26.12.2009, 03:02
What it is:
Every 1 second it will change your server's host name automatically.
Not much else to explain.
Configuration:
To change how often it changes your host name, find
and change it to the time you want. (1000 equals 1 second)
Also, modify this:
And change the default host names to the host names you wish to have.
After modifying everything you want, compile, and it's ready to go.
Just add H_Change to your filterscripts line in server.cfg
Demonstration:
If you have compiled correctly, it should look something like this:
(Of course, you have refresh your server for the name to change.)
Downloads:
Solidfiles:
Pastebin : http://pastebin.com/f653381ba
Credits:
This snippet/ FS was made by me. Please DO NOT remove my credits or claim this as yours!
Every 1 second it will change your server's host name automatically.
Not much else to explain.
Configuration:
To change how often it changes your host name, find
Код:
SetTimer("ChangeHostname",1000,1);
Also, modify this:
Код:
case 0: SendRconCommand("hostname First_Host_Name_Here"); case 1: SendRconCommand("hostname Second_Host_Name_Here"); case 2: SendRconCommand("hostname Third_Host_Name_Here");
After modifying everything you want, compile, and it's ready to go.
Just add H_Change to your filterscripts line in server.cfg
Demonstration:
If you have compiled correctly, it should look something like this:
(Of course, you have refresh your server for the name to change.)
Downloads:
Solidfiles:
Pastebin : http://pastebin.com/f653381ba
Credits:
This snippet/ FS was made by me. Please DO NOT remove my credits or claim this as yours!