Garry's Mod

Garry's Mod

[TTT && Sandbox] Dart Gun
53 kommentarer
Alejolanz 25. aug. 2023 kl. 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. juli 2022 kl. 9:49 
is there a way to somehow make poison not to stack?
Lure  [ophavsmand] 14. feb. 2022 kl. 14:17 
From the first screenshot? ttt_67thway, great map for TTT for sure
someoneyouknows 13. feb. 2022 kl. 15:38 
Whats the map called
Lure  [ophavsmand] 22. nov. 2021 kl. 9:05 
:rshocked:
SpyShades 21. nov. 2021 kl. 19:19 
:steamfacepalm:
Lure  [ophavsmand] 8. nov. 2021 kl. 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://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=865959209
Motorolª 7. nov. 2021 kl. 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. mar. 2021 kl. 11:13 
the poison isnt working, probably an addon broke it or the update
MblSH 15. maj 2020 kl. 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. jan. 2019 kl. 6:04 
....how do i do that?
Lure  [ophavsmand] 14. jan. 2019 kl. 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. jan. 2019 kl. 5:38 
"Configurable" what are the commands.
fskin 31. dec. 2018 kl. 8:31 
That worked, thanks for being helpful!
Lure  [ophavsmand] 30. dec. 2018 kl. 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. dec. 2018 kl. 5:52 
I do, weirdly enough.

It also happens when I use the unextracted addon from the workshop.
Lure  [ophavsmand] 26. dec. 2018 kl. 9:42 
It looks like it's not reading the settings from lua/sh_config.lua, do you have that file?
fskin 25. dec. 2018 kl. 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?
Lure  [ophavsmand] 16. dec. 2018 kl. 20:37 
@Wichtel The script is working just fine you probably have another script breaking this one.
fskin 10. dec. 2018 kl. 11:33 
Addon seems to be broken, causing errors on hit.
Razorfibs 1. sep. 2018 kl. 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. apr. 2018 kl. 12:54 
is there a video on how to do this I tried looking for one but no luck
Lure  [ophavsmand] 17. apr. 2018 kl. 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. apr. 2018 kl. 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
Lure  [ophavsmand] 17. apr. 2018 kl. 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. apr. 2018 kl. 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
Lure  [ophavsmand] 17. apr. 2018 kl. 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. apr. 2018 kl. 19:55 
and this is for my sandbox
Chickory 16. apr. 2018 kl. 19:54 
can I make the effects last longer, as in make the blindness effect last 10 seconds?
Lure  [ophavsmand] 19. mar. 2018 kl. 12:06 
Now you can use it on sandbox
Lure  [ophavsmand] 12. nov. 2017 kl. 10:25 
"This script works with TTT gamemode only." At least for now
Sneaky Beaky 11. nov. 2017 kl. 19:45 
can i use it in sandbox
Lure  [ophavsmand] 10. sep. 2017 kl. 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. sep. 2017 kl. 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.
Lure  [ophavsmand] 7. sep. 2017 kl. 10:08 
Donato Dias 7. sep. 2017 kl. 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.
Lure  [ophavsmand] 7. sep. 2017 kl. 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. sep. 2017 kl. 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. sep. 2017 kl. 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. sep. 2017 kl. 21:17 
ahh, thanks dude
Lure  [ophavsmand] 2. sep. 2017 kl. 11:12 
For the moment, it only works with TTT, but It will work with sandbox in the next update.
TunnelRat 2. sep. 2017 kl. 8:55 
is it in sandboxs
Lure  [ophavsmand] 1. sep. 2017 kl. 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. aug. 2017 kl. 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
Lure  [ophavsmand] 23. aug. 2017 kl. 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. aug. 2017 kl. 18:10 
wer is it i cant find the gun

blue 13. aug. 2017 kl. 18:59 
why did you take it off gmodstore?
Lure  [ophavsmand] 12. aug. 2017 kl. 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. aug. 2017 kl. 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?