Garry's Mod
TTT SpartanKick
48 comentarii
ThatOneGuy 23 iul. 2019 la 8:13 
is there one where the sound doesnt play?
Sam 13 iul. 2019 la 17:33 
what map was the screenshots taken on?
You 22 febr. 2018 la 13:43 
"this is spartata" XD that sound glitch
Xopez 2 nov. 2017 la 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 sept. 2017 la 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 iun. 2016 la 21:30 
is there a link to the non ttt one?
时长1900 kd0.4 场伤260 1 mai 2016 la 23:41 
OK thanks
Porter  [autor] 1 mai 2016 la 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 mai 2016 la 1:57 
How can I kick someone in the distance?
Porter  [autor] 29 apr. 2016 la 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 apr. 2016 la 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 apr. 2016 la 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  [autor] 5 apr. 2016 la 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 apr. 2016 la 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 mart. 2016 la 10:08 
@Porter thanks
Porter  [autor] 13 mart. 2016 la 15:24 
@ CookieMonster,

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

Alright, fixed the distance and stuck bug :D::thumbs:
MoleMad 3 mart. 2016 la 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  [autor] 1 mart. 2016 la 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 febr. 2016 la 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  [autor] 29 febr. 2016 la 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 febr. 2016 la 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  [autor] 28 febr. 2016 la 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 febr. 2016 la 15:13 
Is there a way to make it for detectives instead of traitors?
SynTec 26 febr. 2016 la 9:20 
how do you use it

Fredbear 29 dec. 2015 la 13:48 
MOUSE 1 I THINK
Fredbear 29 dec. 2015 la 13:46 
How To USE
matryx 14 nov. 2015 la 12:16 
How Use?
Pitu 24 oct. 2015 la 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 iun. 2015 la 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 iun. 2015 la 22:50 
fix it plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
Gabe Newell 17 mai 2015 la 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 mai 2015 la 11:34 
wont work
Da1zyhe4d 23 febr. 2015 la 13:22 
how do u use it it doesnt work it doesnt even download correctly
Chavon 7 febr. 2015 la 10:55 
How many time i can use it?
KonDi 4 nov. 2014 la 7:45 
How to bind this addon in consol ?
RAT_DOG 26 oct. 2014 la 1:12 
Great addon. @yanbo it's working for me too on my server.
Thug.Shaker Magnum 15 aug. 2014 la 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  [autor] 8 aug. 2014 la 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 aug. 2014 la 19:24 
The item itself works, but the model and the sound are missing D: Do you know, why that is?
sTainleZZ 24 iul. 2014 la 14:07 
I doesnt work on my server :/ It doesnt appears in the traitorshop
I like turtles 13 iul. 2014 la 15:15 
nathan, the server owner has to add it.
Veleroz 13 iul. 2014 la 11:30 
i downoaded this addon i when im was trator i did not see it there :(
Porter  [autor] 13 iul. 2014 la 11:20 
Left Mouse ( Where you bind the Primary Attack ) - Buy it, choose it, use it :D: ...
Veleroz 13 iul. 2014 la 10:57 
what doyou press to do the spata kick?
ZeRelic 11 iul. 2014 la 23:24 
XD:facepunch:
Commander Zoerk 7 iul. 2014 la 9:39 
nice :D