Garry's Mod

Garry's Mod

Toggle God
Viser 1-9 af 9 forekomster
Opdatering: 28. mar. 2015 kl. 16:27

Added a variable: toggleGodCorrectCommand

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

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

Opdatering: 10. jan. 2015 kl. 22:01

Added an advert to all players when someone toggleGods

This feature is in the config but is disabled by default

Opdatering: 27. sep. 2014 kl. 15:57

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 :)

Opdatering: 27. sep. 2014 kl. 15:12

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

Opdatering: 13. juli 2014 kl. 21:39

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.

Opdatering: 10. juli 2014 kl. 9:15

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.

Opdatering: 7. juli 2014 kl. 18:28

Organized table return from "tgod_list"

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

Opdatering: 7. juli 2014 kl. 6:54

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'."

Opdatering: 5. juli 2014 kl. 19:08