blocking fast ending map.


(Meva94) #1

Hi everyone.
In last time i was on some server and want do fast object on the map, but i can’t because this was blocked. I had to wait some 5-7 min, than i can do this object.
So, how can i do this? Think that can change it in mapscript, but didn’t know where and what i must write.
Thanks for help and greet Meva :):stroggtapir:


(stealth6) #2

Sounds like Enhanced mod:
http://mygamingtalk.com/forums/files/file/3-enhanced-mod/

  • Antirush protection prevents player from finish maps until a admin defined timeout is passed.
  • Antirush System reworked(added !antirush_add, !antirush_del) + examples for all standard maps.

(Meva94) #3

Thank you, but is there any other way to block it?


(KeMoN) #4

There is.
Remember to always give enough information about what you’re actually looking for. We can’t help you right now, since we don’t know what map you are talking about and what exactly you want blocked/non-functional. I’m sure that once they have this information, people can and will help you.

If you want to have a look and try for yourself, I suggest to work through thistutorial.


(ailmanki) #5

This lua script from Zelly actually does that:
http://forums.warchest.com/showthread.php/42372-Lua-Enhanced-Server-Module
https://bitbucket.org/zelly/lua-enhanced-server-mod/wiki/Features#markdown-header-map-entities

Well it also can do a lot more :slight_smile:


(Zelly) #6

[QUOTE=ailmanki;522139]This lua script from Zelly actually does that:
http://forums.warchest.com/showthread.php/42372-Lua-Enhanced-Server-Module
https://bitbucket.org/zelly/lua-enhanced-server-mod/wiki/Features#markdown-header-map-entities

Well it also can do a lot more :)[/QUOTE]

Lol that seems to be my main problem at the moment it does too much stuff. Though just about everything is configurable.

But yes it can block objectives, just kind of a learning curve to figure out what is going on.
https://bitbucket.org/zelly/lua-enhanced-server-mod/wiki/Entities
Also I added a command to make it easier to add ingame.
https://bitbucket.org/zelly/lua-enhanced-server-mod/src/master/LESM/commands/mapent.lua

I have been a little inactive on newest version I am working on ironing out a lot of stuff atm has been very stressful each thing needs fixing requires 6 other things needs fixing in an endless loop. But I am still working on it.