Garry's Mod

Garry's Mod

874 个评价
TTT SpartanKick
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 武器
插件标签: 快乐
文件大小
发表于
更新日期
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 日 下午 5:33 
what map was the screenshots taken on?
You 2018 年 2 月 22 日 下午 1: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 日 下午 8: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 日 下午 9:30 
is there a link to the non ttt one?
时长1900 kd0.4 场伤260 2016 年 5 月 1 日 下午 11: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.