Garry's Mod

Garry's Mod

[wOS] Roll Mod
madman 2018 年 12 月 21 日 上午 11:55
Changing dodgeable values in the lua file causes errors
I changed my damage value settings to true (see below)
wOS.RollMod.Dodgeables = {}
wOS.RollMod.Dodgeables[ DMG_GENERIC ] = true
wOS.RollMod.Dodgeables[ DMG_CRUSH ] = true
wOS.RollMod.Dodgeables[ DMG_BULLET ] = true
wOS.RollMod.Dodgeables[ DMG_SLASH ] = true
wOS.RollMod.Dodgeables[ DMG_BURN ] = true
wOS.RollMod.Dodgeables[ DMG_BLAST ] = true
wOS.RollMod.Dodgeables[ DMG_SHOCK ] = true
wOS.RollMod.Dodgeables[ DMG_SONIC ] = true
wOS.RollMod.Dodgeables[ DMG_ENERGYBEAM ] = true
wOS.RollMod.Dodgeables[ DMG_BUCKSHOT ] = true

When launching a map this error fills my console and prevents the roll mod from functioning:
[[wOS] Roll Mod] lua/wos/rollmod/cl_init.lua:81: attempt to call method 'wOSIsRolling' (a nil value)
1. v - lua/wos/rollmod/cl_init.lua:81
2. unknown - lua/includes/modules/hook.lua:84

Can I get some help with this?
Thank you.

< >
正在显示第 1 - 2 条,共 2 条留言
chari 2019 年 3 月 16 日 下午 4:06 
extract the mod with crowbar and change it there rather than going directly into the gma, it's safer.
madman 2019 年 3 月 16 日 下午 4:20 
What exactly is crowbar? I've never heard of it.
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50