Garry's Mod
TTT SpartanKick
Комментариев: 48
ThatOneGuy 23 июл. 2019 г. в 8:13 
is there one where the sound doesnt play?
Sam 13 июл. 2019 г. в 17:33 
what map was the screenshots taken on?
You 22 фев. 2018 г. в 13:43 
"this is spartata" XD that sound glitch
Xopez 2 ноя. 2017 г. в 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 сен. 2017 г. в 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 июн. 2016 г. в 21:30 
is there a link to the non ttt one?
时长1900 kd0.4 场伤260 1 мая. 2016 г. в 23:41 
OK thanks
Porter  [создатель] 1 мая. 2016 г. в 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 мая. 2016 г. в 1:57 
How can I kick someone in the distance?
Porter  [создатель] 29 апр. 2016 г. в 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 апр. 2016 г. в 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 апр. 2016 г. в 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  [создатель] 5 апр. 2016 г. в 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 апр. 2016 г. в 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 мар. 2016 г. в 10:08 
@Porter thanks
Porter  [создатель] 13 мар. 2016 г. в 15:24 
@ CookieMonster,

Yes, you can destroy doors with it
Kloudy 13 мар. 2016 г. в 8:42 
Can kick a doors and destroy it? Sorry for my English ;/ i'm from poland
Porter  [создатель] 5 мар. 2016 г. в 5:00 
@ [FaKE]MoleMat,

Alright, fixed the distance and stuck bug :D::thumbs:
MoleMad 3 мар. 2016 г. в 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  [создатель] 1 мар. 2016 г. в 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 фев. 2016 г. в 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  [создатель] 29 фев. 2016 г. в 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 фев. 2016 г. в 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  [создатель] 28 фев. 2016 г. в 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 фев. 2016 г. в 15:13 
Is there a way to make it for detectives instead of traitors?
SynTec 26 фев. 2016 г. в 9:20 
how do you use it

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