Some updates on the Codename CURE server
After so many months, I've decided to make a small announcement about some new things I've been doing on the CURE server.
Sentries on Survival!
I've been creating a small SourceMod plugin (named "SurvivalSentry") that allows players to spawn a sentry gun on Survival maps. Actually what it does is to spawn an npc_sentry above the players (by using cheats because seems like invoking them directly for SourceMod is pretty limited on this game). I cannot managed to find the entity name that allows you to directly give the sentry as a grenade weapon just like Bomb Escape modes do.
Due to limitations I had to make it so that only one person can create a sentry (this is because the code handles global variables for all npc_sentry entities), as well as it is impossible to rotate it (it will always point to the same axis).
These are all the chat commands you can use on the server for this plugin:
- !sentry: Spawns a unique sentry
- !movesentry: Moves your sentry to another position (based on your crosshair position)
- !destroysentry: Destroys your sentry (useful in case your sentry is on the floor or if it gets stucked)

Kicking (and readding) bots
If the bots become annoying or useless to you on some maps, you can now kick them out using the following commands in the console:
- sm_addbot
- sm_kickallbots
Other stuff
- Added an map restorer plugin which restores the current played map if server crashes.
- Modified chat tips.