Garry's Mod

Garry's Mod

Toggle God
Showing 1-9 of 9 entries
Update: 28 Mar, 2015 @ 4:27pm

Added a variable: toggleGodCorrectCommand

This will allow you to toggle the "Invalid command, did you mean .." message

Complaint submitted by: [雨隠れの里] Sasuke

Update: 10 Jan, 2015 @ 10:01pm

Added an advert to all players when someone toggleGods

This feature is in the config but is disabled by default

Update: 27 Sep, 2014 @ 3:57pm

Hotfix

Fixed the "!ttime" command list just not working
Fixed the tgod_list list, it looks much nicer both in game and in the coding now :)

Update: 27 Sep, 2014 @ 3:12pm

Nice update Bro!

Made the tgod_list command work (Hopefully)

Added configurations for the command so you can change what you type.
You can also configure the "Check tgod time" chat command.
Made the command lighter (Maybe like 1kb ;P)


=====For the coders=====
Started using a much better chat command API

Update: 13 Jul, 2014 @ 9:39pm

Fixed the chat adverts not adverting (silly me)

Getting damage or dealing damage adds 2 seconds to your cooldown time rather than 1 (I will slowley add seconds until it feels right)


For the lua nerds ;)

I updated timers, now instead of the three main timers constantly deleting and recreating, they are infinitly looping timers created once during server initialize.

Update: 10 Jul, 2014 @ 9:15am

Anti-PVP mega update.

When players deal or take damage, if both players are ungodded then a cooldown timer is created, so they can't !tgod in the middle of battle.

If you attempt to toggle god and your cooldown is up but a player kills you, the game will toggle your godmode on respawn (To prevent constant rdm)

Added chat commands
!ttime
/ttime

Both to look at your cooldown time.

Added console Commands
tgod_time -- Look at your cooldown time
tgod_settime (player) (time) --Admin only, set players times

Added configurations
toggleGodAdvertTime = 120 --How often do the commands get adverted(In Seconds)
toggleGodMaxCooldownTime = 120 --Max cooldown time for togglegodding.
tgod adverts are now in a table format to make configuring multiple adverts easier.

Fixed bug with people being tgodded but not godded when ulx ungodded.

Update: 7 Jul, 2014 @ 6:28pm

Organized table return from "tgod_list"

Non-Ulx admins can now use Toggle God admin commands.

Update: 7 Jul, 2014 @ 6:54am

Added chat adverts (default every 2 minutes) telling players the chat commands

Removed chat commands "!god" "/god" ; These have already been claimed

Added chat commands "!tgod" "/tgod" ; If someone takes these, I'll shoot myself

Added two new configurations (Can be edited by extracting the addon)

local toggleGodAdvertTime = 120 --How often do the commands get adverted (In Seconds)

local toggleGodAdvertText = "Toggle God: To toggle godmode, type '!tgod' or '/tgod'."

Update: 5 Jul, 2014 @ 7:08pm