Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem











Fix code!
Change the:
hook.Add( "EntityTakeDamage", "DBanCode", function( target, dmginfo ) if dmginfo:GetAttacker():sam_get_nwvar("dban", false) == true then dmginfo:ScaleDamage( 0 ) end end )
To
`hook.Add( "EntityTakeDamage", "DBanCode", function( target, dmginfo )
pcall(function()
if dmginfo:GetAttacker():sam_get_nwvar("dban", false) == true then
dmginfo:ScaleDamage( 0 )
end
end)
end)
`
We’ve officially opened our S&Box community (GMod 2) and we’re looking for new players and testers.
Want S&Box for free?
S&Box (From Facepunch): https://sbox.game/give-me-that
I stream inside the Discord every day, so if you have questions or want to see what we’re building, stop by anytime.
Discord: https://discord.gg/SubZeroStudios
Steam Group: https://steamproxy.net/groups/SubZeroStudios
Join us and help shape our upcoming S&Box projects.
Looking for Developers and Asset Creators too!
"[Sam Modules+] lua/sam/modules/extra.lua:18: attempt to call method 'sam_get_nwvar' (a nil value)
1. v - lua/sam/modules/extra.lua:18
2. unknown - lua/includes/modules/hook.lua:102"
1. unknown - lua/sam/modules/extra.lua:18
2. unknown - lua/includes/modules/hook.lua:313"
You Disabled Damage for Bot02 for reason: test
it doesnt say the time ( 1 is meant to be minuetes ) and im jsut checking it does keep their dmg right and if so how long do i check a person is still dmg banned for
Lua Error:
[Sam Modules+] lua/sam/modules/extra.lua:369: attempt to call method 'IsPlayer' (a nil value)
1. on_execute - lua/sam/modules/extra.lua:369
2. run_command - addons/sam-153/lua/sam/command/sv_command.lua:134
3. unknown - addons/sam-153/lua/sam/command/sv_command.lua:177
4. unknown - lua/includes/modules/concommand.lua:54
[Sam Modules+] lua/sam/modules/extra.lua:369: attempt to call met
help bro
check the https://github.com/ICE2582/sam_extra/issues/1 of the error!