Garry's Mod

Garry's Mod

TTT SpartanKick
48 kommenttia
ThatOneGuy 23.7.2019 klo 8.13 
is there one where the sound doesnt play?
Sam 13.7.2019 klo 17.33 
what map was the screenshots taken on?
You 22.2.2018 klo 13.43 
"this is spartata" XD that sound glitch
Xopez 2.11.2017 klo 1.58 
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
Doctor Tom 25.9.2017 klo 20.52 
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 26.6.2016 klo 21.30 
is there a link to the non ttt one?
时长1900 kd0.4 场伤260 1.5.2016 klo 23.41 
OK thanks
Porter  [tekijä] 1.5.2016 klo 2.27 
@【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 1.5.2016 klo 1.57 
How can I kick someone in the distance?
Porter  [tekijä] 29.4.2016 klo 9.35 
@ 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 28.4.2016 klo 19.53 
Any way to have it so all players get this at the start of the round? (I'm crazy like that)
MiM 7.4.2016 klo 5.21 
@Porter
Thanks but it already worked for me by just extracting the addon and putting it into the server addon folder only. :)
Porter  [tekijä] 5.4.2016 klo 2.53 
@ 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 2.4.2016 klo 7.28 
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 14.3.2016 klo 10.08 
@Porter thanks
Porter  [tekijä] 13.3.2016 klo 15.24 
@ CookieMonster,

Yes, you can destroy doors with it
Kloudy 13.3.2016 klo 8.42 
Can kick a doors and destroy it? Sorry for my English ;/ i'm from poland
Porter  [tekijä] 5.3.2016 klo 5.00 
@ [FaKE]MoleMat,

Alright, fixed the distance and stuck bug :D::thumbs:
MoleMad 3.3.2016 klo 20.29 
@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  [tekijä] 1.3.2016 klo 7.42 
@ [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 29.2.2016 klo 15.05 
@ 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  [tekijä] 29.2.2016 klo 10.04 
@ [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 28.2.2016 klo 14.17 
@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  [tekijä] 28.2.2016 klo 5.11 
@ 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 27.2.2016 klo 15.13 
Is there a way to make it for detectives instead of traitors?
SynTec 26.2.2016 klo 9.20 
how do you use it

Fredbear 29.12.2015 klo 13.48 
MOUSE 1 I THINK
Fredbear 29.12.2015 klo 13.46 
How To USE
matryx 14.11.2015 klo 12.16 
How Use?
Pitu 24.10.2015 klo 12.54 
How can i install Spartan Kick and Flashbang into my server? I tried Fast DL But it doens't work.
Help! :steamsad:
W.Thomas 6.6.2015 klo 9.46 
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 2.6.2015 klo 22.50 
fix it plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
Gabe Newell 17.5.2015 klo 12.44 
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 1.5.2015 klo 11.34 
wont work
Da1zyhe4d 23.2.2015 klo 13.22 
how do u use it it doesnt work it doesnt even download correctly
Chavon 7.2.2015 klo 10.55 
How many time i can use it?
KonDi 4.11.2014 klo 7.45 
How to bind this addon in consol ?
RAT_DOG 26.10.2014 klo 1.12 
Great addon. @yanbo it's working for me too on my server.
Thug.Shaker Magnum 15.8.2014 klo 22.11 
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  [tekijä] 8.8.2014 klo 9.31 
@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 7.8.2014 klo 19.24 
The item itself works, but the model and the sound are missing D: Do you know, why that is?
sTainleZZ 24.7.2014 klo 14.07 
I doesnt work on my server :/ It doesnt appears in the traitorshop
I like turtles 13.7.2014 klo 15.15 
nathan, the server owner has to add it.
Veleroz 13.7.2014 klo 11.30 
i downoaded this addon i when im was trator i did not see it there :(
Porter  [tekijä] 13.7.2014 klo 11.20 
Left Mouse ( Where you bind the Primary Attack ) - Buy it, choose it, use it :D: ...
Veleroz 13.7.2014 klo 10.57 
what doyou press to do the spata kick?
ZeRelic 11.7.2014 klo 23.24 
XD:facepunch:
Commander Zoerk 7.7.2014 klo 9.39 
nice :D