
10-11-2001, 05:34 PM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
serverflags
|
Because of the hacks/cheats lately
we have changed the serverflags stuff,
there can only be max 1000 and
you can set the option
dontaddserverflags=true
then players cannot add new flags,
only change then (with setstring)
so preventing floods of serverflags
added. If you use that flag (I have already set
it on some servers) then you might
need to change some scripts because
something like set server.houseopen
will not work. You will need to do
setstring server.houseopen,1; or so,
and add a line server.houseopen=0 or so
with the RC to the serverflags.
This might sound complicated but its not
really hard. |
|
|
|