• Map Zones addon
    1 replies, posted
Hey, is there an addon for GMod that allows to create forbidden zones like WalkGuard for AMX Mod X ([url]https://forums.alliedmods.net/showthread.php?t=55245[/url]) or Map Zones for SourceMod ([url]https://forums.alliedmods.net/showthread.php?t=220979)?[/url]
I don't see any good ones on the workshop but it wouldn't be hard to make using the navmesh as a way to detect areas. Unfortunatly we don't have a hook in vanilla garrysmod for players entering/exiting a navarea. If you would like to see it implemented feel free to comment on [url=https://github.com/Facepunch/garrysmod-requests/issues/362]this[/url] github request. If you have experience with lua and this is an addon you'll be making for your server and not sharing on the workshop you could also use the [url=https://github.com/mcd1992/fgt_navstuff]fgt_navstuff[/url] module's PlayerEnteredNavArea hook to check if the navarea is a 'forbidden zone' and then negate damage or grant godmode ect.
Sorry, you need to Log In to post a reply to this thread.