Toggle godmode when entering zone (Rust)
I have made a few zones but i have godmode on my server and i need it to auto turn godmode off when they enter a zone
Is this possible ???

The godmode plugin im using is https://umod.org/plugins/godmode
You can change these values to false in Zone Manager zone
  • pvegod - true/false - Players will have PVE god mode

  • pvpgod - true/false - Players will have PVP god mode

  • sleepgod - true/false - Sleeping players will have god mode

    only thing i can think of offhand

i tried them none worked 
I need the ability for it to run a console command when they enter 
If you are using ZoneManager, it has hooks for when players enter and exit zones.  You can use those hooks to run your console commands.
im using zone manager but none of the hooks will turn godmode off 
it will give godmode pvp or godmode pve but will not turn off an existing godmode if u have it on prior to enter
I need a way to turn off the command as i enter the zone

My console command is basically this 

god false 0

no idea how to get a hook to call that on entering a zone
anyone know how to disable fly mode when entering a zone ????

have you found your plugin for this?