Garry's Mod

Garry's Mod

gDuels - Duel Sytem
heitz  [udvikler] 26. apr. 2020 kl. 9:56
Bugs
If you found a bug, you can tell about it here
< >
Viser 1-7 af 7 kommentarer
Nexeonenn 16. maj 2020 kl. 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)
Sidst redigeret af Nexeonenn; 16. maj 2020 kl. 2:17
heitz  [udvikler] 16. maj 2020 kl. 5:18 
Oprindeligt skrevet af 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 4. jan. 2021 kl. 15: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:
Sidst redigeret af Rayzox57; 4. jan. 2021 kl. 15:16
Gas Passer Gaming 24. jan. 2021 kl. 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 19. feb. 2021 kl. 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 31. okt. 2022 kl. 5:54 
Me too, it just softlocks me on the panel with an error
Begotten 20. apr. 2024 kl. 14: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
< >
Viser 1-7 af 7 kommentarer
Per side: 1530 50