Garry's Mod

Garry's Mod

gDuels - Duel Sytem
heitz  [開發人員] 2020 年 4 月 26 日 上午 9:56
Bugs
If you found a bug, you can tell about it here
< >
目前顯示第 1-7 則留言,共 7
Nexeonenn 2020 年 5 月 16 日 上午 2:16 
@DidVaitel sh_language.lua исправь на 65-66 с "дуэля" на "дуэль" :facepunch:

И добавька этот код в sv_functions.lua, чтобы никто не мог атаковать игроков в дуэли и игроки не могли из дуэли атаковать кого-то :)
hook.Add("PlayerShouldTakeDamage","DuelBlockDamage",function(ply1,ply2)
if ply1.Opponent != nil then
return ply1.Opponent==ply2
elseif ply2:IsPlayer() and ply2~=ply1 and ply2.Opponent != nil then
return ply2.Opponent==ply1 or ply1.Opponent==ply2
end
end)
最後修改者:Nexeonenn; 2020 年 5 月 16 日 上午 2:17
heitz  [開發人員] 2020 年 5 月 16 日 上午 5:18 
引用自 Nexeonenn
@DidVaitel sh_language.lua исправь на 65-66 с "дуэля" на "дуэль" :facepunch:

И добавька этот код в sv_functions.lua, чтобы никто не мог атаковать игроков в дуэли и игроки не могли из дуэли атаковать кого-то :)
hook.Add("PlayerShouldTakeDamage","DuelBlockDamage",function(ply1,ply2)
if ply1.Opponent != nil then
return ply1.Opponent==ply2
elseif ply2:IsPlayer() and ply2~=ply1 and ply2.Opponent != nil then
return ply2.Opponent==ply1 or ply1.Opponent==ply2
end
end)
Okey-dokey :60ssharikov:
Rayzox57 2021 年 1 月 4 日 下午 3:16 
Hey ! Good Addon ! But i found a """"Error"""" :

color_white.a = 350 - Dist
color_black.a = 350 - Dist

you override default color (alpha) in gmod :steamhappy:
this can damage spawn menu and more items use black and white color :steamthumbsup:
最後修改者:Rayzox57; 2021 年 1 月 4 日 下午 3:16
Gas Passer Gaming 2021 年 1 月 24 日 上午 6:42 
idk how to use it but when i pushed e on the duel npc my game softlocked and i couldnt get out of the menu
BONEDRYY 2021 年 2 月 19 日 上午 3:31 
I tried to use the duel NPC but when I did the menu got stuck on my screen, and the weirdest part is that Wiremod started having errors when that happened.
MADJACK911 2022 年 10 月 31 日 上午 5:54 
Me too, it just softlocks me on the panel with an error
Begotten 2024 年 4 月 20 日 下午 2:52 
[gDuels - Duel Sytem] lua/includes/extensions/table.lua:64: bad argument #1 to 'next' (table expected, got nil)
1. next - [C]:-1
2. IsEmpty - lua/includes/extensions/table.lua:64
3. func - lua/gduel/vgui/cl_vgui.lua:71
4. unknown - lua/includes/extensions/net.lua:38
< >
目前顯示第 1-7 則留言,共 7
每頁顯示: 1530 50