Garry's Mod
TTT SpartanKick
48 件のコメント
ThatOneGuy 2019年7月23日 8時13分 
is there one where the sound doesnt play?
Sam 2019年7月13日 17時33分 
what map was the screenshots taken on?
You 2018年2月22日 13時43分 
"this is spartata" XD that sound glitch
Xopez 2017年11月2日 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 2017年9月25日 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 2016年6月26日 21時30分 
is there a link to the non ttt one?
时长1900 kd0.4 场伤260 2016年5月1日 23時41分 
OK thanks
Porter  [作成者] 2016年5月1日 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 2016年5月1日 1時57分 
How can I kick someone in the distance?
Porter  [作成者] 2016年4月29日 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 2016年4月28日 19時53分 
Any way to have it so all players get this at the start of the round? (I'm crazy like that)
MiM 2016年4月7日 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  [作成者] 2016年4月5日 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 2016年4月2日 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 2016年3月14日 10時08分 
@Porter thanks
Porter  [作成者] 2016年3月13日 15時24分 
@ CookieMonster,

Yes, you can destroy doors with it
Kloudy 2016年3月13日 8時42分 
Can kick a doors and destroy it? Sorry for my English ;/ i'm from poland
Porter  [作成者] 2016年3月5日 5時00分 
@ [FaKE]MoleMat,

Alright, fixed the distance and stuck bug :D::thumbs:
MoleMad 2016年3月3日 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  [作成者] 2016年3月1日 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 2016年2月29日 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  [作成者] 2016年2月29日 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 2016年2月28日 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  [作成者] 2016年2月28日 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 2016年2月27日 15時13分 
Is there a way to make it for detectives instead of traitors?
SynTec 2016年2月26日 9時20分 
how do you use it

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