Quote:
|
Originally Posted by [NSG
Doerfler ]
Quote:
|
Originally Posted by °ғαιιοцт°
Quote:
|
Originally Posted by DiDok
Quote:
|
Originally Posted by °ғαιιοцт°
yes it is against the rules.
|
Now i figured that changing mapname is also against the rules then O_o Can someone from the devs make a statement what is allowed and what is not?
|
I'm not a developer but what i think is:
you may not change existing server rules unless they Can also be changed in your script/server.cfg
but if you can only change the time itself, like: worldtime - 15:08
you shouldn't make "Monday 15:08" of it, because you also can't do that in your script.
if you've added custom server rules, you may do what you want with it.
|
a part of my script says something else
Code:
new string[256], stunde, minuten, sekunden,jahr,monat,tag;
gettime(stunde,minuten,sekunden);
getdate(jahr,monat,tag);
SetWorldTime(stunde);
if(minuten >= 10)
{
format(string, sizeof(string), "worldtime %d:%d | %d.%d" ,stunde, minuten, tag, monat);
SendRconCommand(string);
}
if(minuten <= 9)
{
format(string, sizeof(string), "worldtime %d:0%d | %d.%d" ,stunde, minuten, tag, monat);
SendRconCommand(string);
}
you can see it here: 84.38.65.162:7777
|
well, if that's possible, you may also do it with that server rules editing thingie