Garry's Mod

Garry's Mod

TTT SpartanKick
48 Comments
LetsGoToWalmart Jul 23, 2019 @ 8:13am 
is there one where the sound doesnt play?
Sam Jul 13, 2019 @ 5:33pm 
what map was the screenshots taken on?
You Feb 22, 2018 @ 1:43pm 
"this is spartata" XD that sound glitch
Xopez Nov 2, 2017 @ 1:58am 
Got some script errors:
[ERROR] lua/weapons/weapon_ttt_spartankick/shared.lua:138: attempt to call method 'GetEyeTrace' (a nil value)
1. ShootBullets - lua/weapons/weapon_ttt_spartankick/shared.lua:138
2. unknown - lua/weapons/weapon_ttt_spartankick/shared.lua:120
Leroy is obese just like his dad Sep 25, 2017 @ 8:52pm 
look For the Lower Case 'L' And You
Will Be Kissed Tomorrow:
LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLlLLLLLLLLLLLLLLLLLLLLL LLLLL
*Now Look For The Q And Your Wish
Will Come True:
... ... ... ... ... OOOOOOOOOOOOOOOOOOOQOOOOOOOOOOOOOOOOOOOOOOOOO O.. .OOOOOOOO
*This Is Really Hard, Now Find The 'N':
MMMMMMMMMMMMMMMMMMMMMMMMMNMM
*Now Find The Mistake:
ABCDEFGHIJKLNMOPQRSTUVWQYZ
*Something You Really Want, After the
countdown!!!!!
10 9 8 7 6 5 4 3 2 1 Now Close Your
Eyes And Make A Wish! ;*;*;*;*;*;* Now
Paste This On 9 pages And Your Wish
Will Come True! Hurry, You Have 20
minutes! Or What You Wished For Will
Be The Opposite
Biscone Jun 26, 2016 @ 9:30pm 
is there a link to the non ttt one?
时长1900 kd0.4 场伤260 May 1, 2016 @ 11:41pm 
OK thanks
Porter  [author] May 1, 2016 @ 2:27am 
@【FFF团の老gay】死人,

-The distance for players is set at line 139 in the shared.lua : <= 130 ... change it higher to shoot at a higher distance or lower that you only can shoot at a lower distance to the enemy.
- The distance for props(doors) is set at line 157 in the shared.lua : <=130 ... same principle
时长1900 kd0.4 场伤260 May 1, 2016 @ 1:57am 
How can I kick someone in the distance?
Porter  [author] Apr 29, 2016 @ 9:35am 
@ boboknight11 ,

Yes. Go to the shared.lua and change :

SWEP.Kind = WEAPON_EQUIP2 to SWEP.Kind = WEAPON_ROLE
SWEP.CanBuy = {ROLE_TRAITOR} to SWEP.CanBuy = nil

and create a new path under SWEP.CanBuy :

SWEP.InLoadoutFor = {ROLE_DETECTIVE} or {ROLE_TRAITOR} or {ROLE_INNOCENT} or {ROLE_DETECTIVE, ROLE_TRAITOR, ROLE_INNOCENT} ... which one you want to get it at the beginning.
boboknight11 Apr 28, 2016 @ 7:53pm 
Any way to have it so all players get this at the start of the round? (I'm crazy like that)
MiM Apr 7, 2016 @ 5:21am 
@Porter
Thanks but it already worked for me by just extracting the addon and putting it into the server addon folder only. :)
Porter  [author] Apr 5, 2016 @ 2:53am 
@ Google,

- shared.lua must go to > GarrysMod\garrysmod\gamemodes\terrortown\entities\weapons\weapon_ttt_spartankick
- materials folder content must go to > GarrysMod\garrysmod\gamemodes\terrortown\content\materials
- models folder content must go to > GarrysMod\garrysmod\gamemodes\terrortown\content\models
- sound folder content must go to > GarrysMod\garrysmod\gamemodes\terrortown\content\sound
MiM Apr 2, 2016 @ 7:28am 
where do i need to place the extracted folder with filezilla? i tried putting it into addons and gamemodes/terrortown/entites/weapons but it didnt showed up in the traitor menu....where do i need to place the folder?
Kloudy Mar 14, 2016 @ 10:08am 
@Porter thanks
Porter  [author] Mar 13, 2016 @ 3:24pm 
@ CookieMonster,

Yes, you can destroy doors with it
Kloudy Mar 13, 2016 @ 8:42am 
Can kick a doors and destroy it? Sorry for my English ;/ i'm from poland
Porter  [author] Mar 5, 2016 @ 5:00am 
@ [FaKE]MoleMat,

Alright, fixed the distance and stuck bug :D::thumbs:
MoleMad Mar 3, 2016 @ 8:29pm 
@Porter
Ok I'll try. Also, so now the door lua error is fixed, but the kick can knock down doors from any distance, whether they are actually kicked or not...
Porter  [author] Mar 1, 2016 @ 7:42am 
@ [FaKE]MoleMat,

If you can buy it as Detective but you only can't see the model and so on, you should copy the other files ( you extracted with GMADExtractor ) into the right folders. For example : the file models\weapons\v_kick.dx80.vtx into garrysmod\gamemodes\terrortown\content\models\weapons. Copy all files into the right folder :thumbs:
MoleMad Feb 29, 2016 @ 3:05pm 
@ Porter Ok, So I tried editing the file with notepad ++ and I changed it to "ROLE_DETECTIVE", but then when i used it as a detective there was no weapon model or icon. What do?
Porter  [author] Feb 29, 2016 @ 10:04am 
@ [FaKE]MoleMat,

- Thanks for the error information. I fixed it!. You can find the TTT Spartankick.gma in your addons folder GarrysMod\garrysmod\addons
MoleMad Feb 28, 2016 @ 2:17pm 
@Porter. But what if I have the file installed with workshop? Also when I spartan kick doors to make them dissapear, I keep geting a weird lua error.
Porter  [author] Feb 28, 2016 @ 5:11am 
@ RAZOR & Bill,

If you buy it and choose the Weapon ( Slot 7 ), there will be shown a text on the ground of your screen. ( So that you know it is choosen ).
= Primary Attack to kick!, Secondary Attack to play Madness sound.

@ [FaKE]MoleMat,

Sure, when you extract the .gma file with the GMADExtractor open the shared.lua file with the texteditor and go to line 58 "SWEP.CanBuy = {ROLE_TRAITOR}" and change it to "SWEP.CanBuy = {ROLE_DETECTIVE}" ... If you want that both can buy it change it to "SWEP.CanBuy = {ROLE_TRAITOR, ROLE_DETECTIVE}" and save the shared.lua to your server path. garrysmod\gamemodes\terrortown\entities\weapons\weapon_ttt_spartankick
MoleMad Feb 27, 2016 @ 3:13pm 
Is there a way to make it for detectives instead of traitors?
SynTec Feb 26, 2016 @ 9:20am 
how do you use it

Fredbear Dec 29, 2015 @ 1:48pm 
MOUSE 1 I THINK
Fredbear Dec 29, 2015 @ 1:46pm 
How To USE
𝓂𝒹𝑀𝒶𝓉𝓇𝓎𝓍 Nov 14, 2015 @ 12:16pm 
How Use?
Pitu Oct 24, 2015 @ 12:54pm 
How can i install Spartan Kick and Flashbang into my server? I tried Fast DL But it doens't work.
Help! :steamsad:
W.Thomas Jun 6, 2015 @ 9:46am 
i saw the spartan kick in a Horror map Video they were kicking down doors and kicking boxes also i saw this is a video (In gmod) it was a zombie survival thing.... so does this work in sandbox? if it doesnt work for sandbox im going to unsubscribe this :P cya if it doesnt just make a different spartan kick for sandbox please....
ISR Mafia Jun 2, 2015 @ 10:50pm 
fix it plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
Gabe Newell May 17, 2015 @ 12:44pm 
ERROR:
[TTT_SpartanKick] gamemodes/terrortown/entities/weapons/weapon_ttt_spartankick/shared.lua:137: attempt to call method 'GetEyeTrace' (a nil value)
1. ShootBullets - gamemodes/terrortown/entities/weapons/weapon_ttt_spartankick/shared.lua:137
2. unknown - gamemodes/terrortown/entities/weapons/weapon_ttt_spartankick/shared.lua:119
Ensolo May 1, 2015 @ 11:34am 
wont work
Da1zyhe4d Feb 23, 2015 @ 1:22pm 
how do u use it it doesnt work it doesnt even download correctly
Chavon Feb 7, 2015 @ 10:55am 
How many time i can use it?
KonDi Nov 4, 2014 @ 7:45am 
How to bind this addon in consol ?
RAT_DOG Oct 26, 2014 @ 1:12am 
Great addon. @yanbo it's working for me too on my server.
Thug.Shaker Magnum Aug 15, 2014 @ 10:11pm 
I am adding this into a pole I a am admin on a server and decided to put some KICK back into the server! (Pun intended.)
Porter  [author] Aug 8, 2014 @ 9:31am 
@yanbo :

That sounds crazy. I checked every path and folder. I also only subscribed the addon and it worked for me and everyone who connected to my listened server.
yanbo Aug 7, 2014 @ 7:24pm 
The item itself works, but the model and the sound are missing D: Do you know, why that is?
sTainleZZ Jul 24, 2014 @ 2:07pm 
I doesnt work on my server :/ It doesnt appears in the traitorshop
I like turtles Jul 13, 2014 @ 3:15pm 
nathan, the server owner has to add it.
Veleroz Jul 13, 2014 @ 11:30am 
i downoaded this addon i when im was trator i did not see it there :(
Porter  [author] Jul 13, 2014 @ 11:20am 
Left Mouse ( Where you bind the Primary Attack ) - Buy it, choose it, use it :D: ...
Veleroz Jul 13, 2014 @ 10:57am 
what doyou press to do the spata kick?
ZeRelic Jul 11, 2014 @ 11:24pm 
XD:facepunch:
Commander Zoerk Jul 7, 2014 @ 9:39am 
nice :D