> i am typing sv_password in console and it only appears an empty
> ("sv_password" = "") <-- thats NOT correct.
If you are typing that from the game console, it won't show what the
password is. sv_password is not replicated to the clients.
sv_password
"sv_password" = ""
notify
- Server password for entry into multiplayer games
It notifies clients when the value is changed, just not what it is changed
to. Unlike a cvar like sv_gravity:
sv_gravity
"sv_gravity" = "600"
game notify replicated
- World gravity.
If you type sv_gravity in the client console then you see the updated as
well because it is replicated.
> There are some more bugs with Plugins. e.g. when you type ma_skipmap (a
> command from MANI Plugin) in the console, it should normally skip to the
> nextmap,
> but it don't. And NO this is NOT an error of the Plugin.
Sadly, the map functions are not easy to do. The ma_skipmap is supposed to
work in the client console, chat, or server console. It does not work in
war mode. And it works fine on both of our linux and windows servers. Not
sure what's happening with yours.
Keeper
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux