Garry's Mod

Garry's Mod

873 beoordelingen
TTT SpartanKick
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Content Type: Addon
Addon Type: Weapon
Addon Tags: Fun
Bestandsgrootte
Geplaatst op
Bijgewerkt op
477.507 KB
7 jul 2014 om 8:54
6 mrt 2016 om 4:33
4 wijzigingsnotities (weergeven)

Abonneren om te downloaden
TTT SpartanKick

Omschrijving


> 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 opmerkingen
ThatOneGuy 23 jul 2019 om 8:13 
is there one where the sound doesnt play?
Sam 13 jul 2019 om 17:33 
what map was the screenshots taken on?
You 22 feb 2018 om 13:43 
"this is spartata" XD that sound glitch
Xopez 2 nov 2017 om 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 sep 2017 om 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 jun 2016 om 21:30 
is there a link to the non ttt one?
时长1900 kd0.4 场伤260 1 mei 2016 om 23:41 
OK thanks
Porter  [auteur] 1 mei 2016 om 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 mei 2016 om 1:57 
How can I kick someone in the distance?
Porter  [auteur] 29 apr 2016 om 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.