If you want to write your own plug-in by hand, you must be a skilled programmer. I think they normally use C++ but I could be wrong.
Making a mod for metamod or sourcemod will be a lot easier since they have their own scripting languages.
~ Mooga ...w00t? - SRCDS.com on Twitter Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
i need a source plugin that updated the banned ids, like steambans, but using this cfg: http://liquidsnake.homelinux.net/~get/banned.cfg
this one is updated every 5min, and generated by a ruby script wich parses the spanish dod:s scene main website and takes the ids from there
Hook the ban command, then make a function that writes the ban command to that file, then broadcast it back to the server. (basically you are adding a step)
I think you should be able to use the hook I used for the say commands but I'm not 100% sure (I'm far from good with C++ lol).