Garry's Mod

Garry's Mod

[IV04] Stealth NextBots (Revamp)
 이 토론은 고정되었습니다. 중요해서 그렇겠죠?
IvanVladimir0435  [개발자] 2018년 12월 10일 오후 7시 02분
How suppresed weapon detection works
They will react differently if the weapon was suppresed or not, there are, by default, some checks to know if a weapon is suppresed or not but you can manually add more.



There is a default list of weapons, to add a weapon to it just paste this in console
lua_run table.insert( surpressed_list, *the class of your weapon* )
like by example:
lua_run table.insert( surpressed_list, "weapon_pistol" )
they will investigate passively if the gunshot was from a surpressed weapon,
to remove a weapon
just type in console
lua_run table.remove( surpressed_list, *the class of your weapon* )
like by example
lua_run table.remove( surpressed_list, "weapon_pistol" )
and to see what weapons are in the list just type this in console
lua_run for _,i in pairs(surpressed_list) do print(i) end
This would print a list of weapons in the console so you can see if your weapon is there or not (keep in mind if a weapon has a suppressor then it should work without this, this is just in case it doesn't work)
IvanVladimir0435 님이 마지막으로 수정; 2019년 1월 31일 오후 4시 00분
< >
전체 댓글 10개 중 1~10개 표시 중
Raven 2019년 5월 12일 오전 6시 25분 
wdym if it has a supressor, you mean cw2.0 supressors?
Raven 2019년 5월 12일 오전 6시 28분 
btw, the commands dont work.
IvanVladimir0435  [개발자] 2019년 5월 12일 오전 6시 33분 
Donacdum 님이 먼저 게시:
wdym if it has a supressor, you mean cw2.0 supressors?
Yes
IvanVladimir0435  [개발자] 2019년 5월 12일 오전 6시 34분 
Donacdum 님이 먼저 게시:
btw, the commands dont work.
They do work, you just aren't using them right
76561198934371899 2021년 4월 23일 오전 5시 14분 
So they are compatible with CW2.0, but what about ArcCW? How do I make the suppressors in that work, because even with a suppressor on, they still get alerted. Sorry if I'm missing something, I'm not really knowledgeable about these things.
IvanVladimir0435  [개발자] 2021년 4월 23일 오전 5시 46분 
Zipheon 님이 먼저 게시:
So they are compatible with CW2.0, but what about ArcCW? How do I make the suppressors in that work, because even with a suppressor on, they still get alerted. Sorry if I'm missing something, I'm not really knowledgeable about these things.
Actually, I haven't taken a look at ArcCW, it didn't exist bakc when this was made so I gotta update it
Charon 2021년 9월 4일 오전 5시 26분 
do tfa ins2 shared parts (the one where you can customize your tfa SWeps that are ins2 or EFT) work?
IvanVladimir0435  [개발자] 2021년 9월 4일 오전 8시 46분 
Skin Tubby Dude 님이 먼저 게시:
do tfa ins2 shared parts (the one where you can customize your tfa SWeps that are ins2 or EFT) work?
I can't remember
Charon 2021년 9월 4일 오전 8시 56분 
Ivan04 님이 먼저 게시:
Skin Tubby Dude 님이 먼저 게시:
do tfa ins2 shared parts (the one where you can customize your tfa SWeps that are ins2 or EFT) work?
I can't remember
ill check if it does
Charon 2021년 9월 4일 오전 9시 06분 
Skin Tubby Dude 님이 먼저 게시:
Ivan04 님이 먼저 게시:
I can't remember
ill check if it does
doesnt seem like it.
< >
전체 댓글 10개 중 1~10개 표시 중
페이지당 표시 개수: 1530 50