Garry's Mod

Garry's Mod

[TTT && Sandbox] Dart Gun
Komentarzy: 53
Alejolanz 25 sierpnia 2023 o 0:53 
Hey Pwned! I love your addon and I think it is very well made! One of the most intriguing things about your dart gun was the muteness in my opinion and it used to work earlier this year or so, but i tried the addon again and the mute dart is not working correctly. Do you have a clue what could be causing it?
love. 31 lipca 2022 o 9:49 
is there a way to somehow make poison not to stack?
󠁳⁧⁧Pwned  [autor] 14 lutego 2022 o 14:17 
From the first screenshot? ttt_67thway, great map for TTT for sure
someoneyouknows 13 lutego 2022 o 15:38 
Whats the map called
󠁳⁧⁧Pwned  [autor] 22 listopada 2021 o 9:05 
:rshocked:
SpyShades 21 listopada 2021 o 19:19 
:steamfacepalm:
󠁳⁧⁧Pwned  [autor] 8 listopada 2021 o 11:59 
You have to extract the gma file from your addons folder and edit sh_config.lua, should be pretty straight forward after that.
Check: https://steamcommunity.com/sharedfiles/filedetails/?id=865959209
Motorolª 7 listopada 2021 o 15:16 
Nice mod! Think you can add convars to configure things such as 1) Noise 2) Duration of effects or 3) Clip/reserve size?
About Five Goons 27 marca 2021 o 11:13 
the poison isnt working, probably an addon broke it or the update
MblSH 15 maja 2020 o 2:43 
add something to blindness, make it blind enemies too (not players) meaning the enemies will be "blind" so they cant see where the player are and the ai will act in idle state
SleepyNotDead 14 stycznia 2019 o 6:04 
....how do i do that?
󠁳⁧⁧Pwned  [autor] 14 stycznia 2019 o 5:53 
You have to extract the gma file from your addons folder and edit sh_config.lua, should be pretty straight forward after that
SleepyNotDead 14 stycznia 2019 o 5:38 
"Configurable" what are the commands.
fskin 31 grudnia 2018 o 8:31 
That worked, thanks for being helpful!
󠁳⁧⁧Pwned  [autor] 30 grudnia 2018 o 13:15 
Well a quick fix for that would be copying the content from "lua/sh_config.lua" to the beginning of the "lua/weapons/weapon_ttt_dartgun.lua" file. You probably have another script messing with the dartgun config file and that's why he can't read it.
fskin 27 grudnia 2018 o 5:52 
I do, weirdly enough.

It also happens when I use the unextracted addon from the workshop.
󠁳⁧⁧Pwned  [autor] 26 grudnia 2018 o 9:42 
It looks like it's not reading the settings from lua/sh_config.lua, do you have that file?
fskin 25 grudnia 2018 o 11:07 
Weird.


[[TTT and Sandbox] Dart Gun] lua/weapons/weapon_ttt_dartgun.lua:291: bad argument #1 to 'Simple' (number expected, got nil)
1. Simple - [C]:-1
2. BlindTarget - lua/weapons/weapon_ttt_dartgun.lua:291
3. unknown - lua/weapons/weapon_ttt_dartgun.lua:185
4. FireBullets - [C]:-1
5. Poison - lua/weapons/weapon_ttt_dartgun.lua:312
6. unknown - lua/weapons/weapon_ttt_dartgun.lua:343

This is the error I get. Any rough idea what kind of addon could cause this?
󠁳⁧⁧Pwned  [autor] 16 grudnia 2018 o 20:37 
@Wichtel The script is working just fine you probably have another script breaking this one.
fskin 10 grudnia 2018 o 11:33 
Addon seems to be broken, causing errors on hit.
Razorfibs 1 września 2018 o 23:53 
I tryed editing the values and recompiling the folder but when i tryed it out the values didnt change? (the mod was uninstalled and only using the modified values) im sorry i need help as well, also thanks for this amazing mod
Chickory 18 kwietnia 2018 o 12:54 
is there a video on how to do this I tried looking for one but no luck
󠁳⁧⁧Pwned  [autor] 17 kwietnia 2018 o 18:48 
It's not that hard tho, just extract the zip file to "C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\addons" and you are good to go. If you need more help let me know
Chickory 17 kwietnia 2018 o 16:18 
im not gonna waste your time but thanks for your help if there is any chace you could make it so I can change it in game that would be so great. peace
󠁳⁧⁧Pwned  [autor] 17 kwietnia 2018 o 15:05 
Click on the "Clone or download" button and "Download Zip". After that move the paste inside the zip to your "garrysmod/addons" folder
Chickory 17 kwietnia 2018 o 14:59 
ok so I changed the time to 20 in the github I just need to know how to save it so it will be in my game
󠁳⁧⁧Pwned  [autor] 17 kwietnia 2018 o 13:07 
Yes, the easiest way to do this is to download the GitHub Version [github.com] and edit the "sh_config.lua" file
Chickory 16 kwietnia 2018 o 19:55 
and this is for my sandbox
Chickory 16 kwietnia 2018 o 19:54 
can I make the effects last longer, as in make the blindness effect last 10 seconds?
󠁳⁧⁧Pwned  [autor] 19 marca 2018 o 12:06 
Now you can use it on sandbox
󠁳⁧⁧Pwned  [autor] 12 listopada 2017 o 10:25 
"This script works with TTT gamemode only." At least for now
Sneaky Beaky 11 listopada 2017 o 19:45 
can i use it in sandbox
󠁳⁧⁧Pwned  [autor] 10 września 2017 o 13:08 
Try to set it to "Gmod Lua" and you will see that it recognizes the // comments, yes Lua itself doesn't have // comments but in this case this is not "Lua" this is "GLua", GLua is a modified version of Lua therefore it has some differences. If you still do not understand something you can always add me and we talk about it. Cheers. (I also speak portuguese btw)
Donato Dias 7 września 2017 o 11:18 
Well im just poiting it out, i literally only changed that in the installed code and it worked. Notepad++ was set to lua and it wasn't recognizing the "//" as a comment either, maby the language updated? That page is old as 2011. I don't know really, i ran the code on a online lua compiler (https://repl.it/languages/lua) to try to figure it out if i messed something up and it was also detecting "//" as a bug. I corrected all syntax errors and it worked, maby i did something wrong and fixed later but maby the comments were the problem, i don't know, just leaving this here so anyone with a similar problem can find a solution.
Donato Dias 7 września 2017 o 9:59 
Fixed the problem, your code was incorrect. At least the version i downloaded was. You used "//" to comment your code instead of "--", "//" doesn't work at lua and it's not recognizable as commentary. I changed that and your addon worked just fine, nice work with it by way, it's way more sophisticated and usefull then the regural poison gun, not to mention that is really usefull and easy to use. Anyway i wanted to drop that for you so maby you can check it out and perhaps correct the problem, other then that the addon is great.
󠁳⁧⁧Pwned  [autor] 7 września 2017 o 9:40 
Add me if you want to discuss this. Anyway the problem is not coming from the downloaded file but from your Gmod installation.
Donato Dias 7 września 2017 o 3:53 
Yes im using a TTT server and Yes i have already installed multiple guns for traitors and detectives this way.
Donato Dias 7 września 2017 o 3:52 
I put the file in my addons folder and put the files inside my gmod, the gun doesn't show up.
PenitentParadox 2 września 2017 o 21:17 
ahh, thanks dude
󠁳⁧⁧Pwned  [autor] 2 września 2017 o 11:12 
For the moment, it only works with TTT, but It will work with sandbox in the next update.
TunnelRat 2 września 2017 o 8:55 
is it in sandboxs
󠁳⁧⁧Pwned  [autor] 1 września 2017 o 20:25 
hook.add to the GM functions that run when you use voice or text chat and return false aka
"PlayerSay" and "PlayerCanHearPlayersVoice"
PenitentParadox 31 sierpnia 2017 o 11:16 
I have a scripting based question. How does the mutiing work? I've been trying to make something similar, but have had no luck
󠁳⁧⁧Pwned  [autor] 23 sierpnia 2017 o 7:12 
In your local Gmod folder, steam/steamapps/common/GarrysMod/garrysmod/addons...

The file should be called [ttt]_dart_gun_"something".gma
TunnelRat 22 sierpnia 2017 o 18:10 
wer is it i cant find the gun

muerte 13 sierpnia 2017 o 18:59 
why did you take it off gmodstore?
󠁳⁧⁧Pwned  [autor] 12 sierpnia 2017 o 11:36 
@❆Knawner❆ You could do both. You can subscribe and use it on your Gmod Installation or you can subscribe and move it to your server addons folder.
Lupolgar 11 sierpnia 2017 o 21:31 
Hey, I have a question. Do we have to create a dedicated server to use this or is it just a thing that all you have to do is to subscribe?