Garry's Mod
Toggle God
Εμφάνιση 1-9 από 9 καταχωρίσεις
Ενημέρωση: 28 Μαρ 2015 στις 16:27

Added a variable: toggleGodCorrectCommand

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

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

Ενημέρωση: 10 Ιαν 2015 στις 22:01

Added an advert to all players when someone toggleGods

This feature is in the config but is disabled by default

Ενημέρωση: 27 Σεπ 2014 στις 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 :)

Ενημέρωση: 27 Σεπ 2014 στις 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

Ενημέρωση: 13 Ιουλ 2014 στις 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.

Ενημέρωση: 10 Ιουλ 2014 στις 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.

Ενημέρωση: 7 Ιουλ 2014 στις 18:28

Organized table return from "tgod_list"

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

Ενημέρωση: 7 Ιουλ 2014 στις 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'."

Ενημέρωση: 5 Ιουλ 2014 στις 19:08