Garry's Mod

Garry's Mod

TTT SpartanKick
Počet komentářů: 48
ThatOneGuy 23. čvc. 2019 v 8.13 
is there one where the sound doesnt play?
Sam 13. čvc. 2019 v 17.33 
what map was the screenshots taken on?
You 22. úno. 2018 v 13.43 
"this is spartata" XD that sound glitch
Xopez 2. lis. 2017 v 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. zář. 2017 v 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. čvn. 2016 v 21.30 
is there a link to the non ttt one?
时长1900 kd0.4 场伤260 1. kvě. 2016 v 23.41 
OK thanks
Porter  [autor] 1. kvě. 2016 v 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. kvě. 2016 v 1.57 
How can I kick someone in the distance?
Porter  [autor] 29. dub. 2016 v 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. dub. 2016 v 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. dub. 2016 v 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. dub. 2016 v 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. dub. 2016 v 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. bře. 2016 v 10.08 
@Porter thanks
Porter  [autor] 13. bře. 2016 v 15.24 
@ CookieMonster,

Yes, you can destroy doors with it
Kloudy 13. bře. 2016 v 8.42 
Can kick a doors and destroy it? Sorry for my English ;/ i'm from poland
Porter  [autor] 5. bře. 2016 v 5.00 
@ [FaKE]MoleMat,

Alright, fixed the distance and stuck bug :D::thumbs:
MoleMad 3. bře. 2016 v 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. bře. 2016 v 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. úno. 2016 v 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. úno. 2016 v 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. úno. 2016 v 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. úno. 2016 v 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. úno. 2016 v 15.13 
Is there a way to make it for detectives instead of traitors?
SynTec 26. úno. 2016 v 9.20 
how do you use it

Fredbear 29. pro. 2015 v 13.48 
MOUSE 1 I THINK
Fredbear 29. pro. 2015 v 13.46 
How To USE
matryx 14. lis. 2015 v 12.16 
How Use?
Pitu 24. říj. 2015 v 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. čvn. 2015 v 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. čvn. 2015 v 22.50 
fix it plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
Gabe Newell 17. kvě. 2015 v 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. kvě. 2015 v 11.34 
wont work
Da1zyhe4d 23. úno. 2015 v 13.22 
how do u use it it doesnt work it doesnt even download correctly
Chavon 7. úno. 2015 v 10.55 
How many time i can use it?
KonDi 4. lis. 2014 v 7.45 
How to bind this addon in consol ?
RAT_DOG 26. říj. 2014 v 1.12 
Great addon. @yanbo it's working for me too on my server.
Thug.Shaker Magnum 15. srp. 2014 v 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. srp. 2014 v 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. srp. 2014 v 19.24 
The item itself works, but the model and the sound are missing D: Do you know, why that is?
sTainleZZ 24. čvc. 2014 v 14.07 
I doesnt work on my server :/ It doesnt appears in the traitorshop
I like turtles 13. čvc. 2014 v 15.15 
nathan, the server owner has to add it.
Veleroz 13. čvc. 2014 v 11.30 
i downoaded this addon i when im was trator i did not see it there :(
Porter  [autor] 13. čvc. 2014 v 11.20 
Left Mouse ( Where you bind the Primary Attack ) - Buy it, choose it, use it :D: ...
Veleroz 13. čvc. 2014 v 10.57 
what doyou press to do the spata kick?
ZeRelic 11. čvc. 2014 v 23.24 
XD:facepunch:
Commander Zoerk 7. čvc. 2014 v 9.39 
nice :D