Garry's Mod
874 人が評価
TTT SpartanKick
   
アワード
お気に入り
お気に入り
お気に入りから削除
Content Type: Addon
Addon Type: Weapon
Addon Tags: Fun
ファイルサイズ
投稿日
更新日
477.507 KB
2014年7月7日 8時54分
2016年3月6日 4時33分
4 項目の変更履歴 ( 表示 )

サブスクライブしてダウンロード
TTT SpartanKick

解説


> This is the SpartanKick for Trouble in Terrorist Town <

It's converted into TTT by myself. I don't make the original and if the Owner wants, I will take it down.


- Buyable for the Traitor.
- Only one time per round for every Traitor buyable.
- Not dropable!


If you buy it and choose the Weapon, 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.


- When you kick, you will hit everything in front of you with a specific range of 130.
- You can kick as many times as you like.
- If you kill someone with the SpartanKick, his corpse will show the SpartanKick icon for the die reason. ( There will also DNA on it ).


> What about the Models <

- When you have subscribed this addon and start a Server, everyone who don't have this addon will automatically download the models and textures. ( everyone who have also subscribed it, needn't to download them )
- If you want FAST-DL you only need to add " resource.AddWorkshop(282584080) " without the " quote in your Steam\SteamApps\common\GarrysMod\garrysmod\lua\autorun\server\workshop.lua. ( if you don't have this lua, just create it with the right mouse in the folder, click new txt and rename the new.txt into workshop.lua and add the text. You can open a .lua file easily with the editor ).



Thanks to the original upload
and everyone who like this item,

Porter
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.