1
parse('customkill "0" "test,mods/myMod/gfx/weapons/custom_k.bmp" "' .. id .. '"')
Is it safe to pull the resource from the mods folder?
Because it doesn't get added to the GFX folder when I tried to access it.
parse('customkill "0" "test,mods/myMod/gfx/weapons/custom_k.bmp" "' .. id .. '"')
parse('customkill "0" "test,mods/myMod/gfx/weapons/custom_k.bmp" "' .. id .. '"')
parse('customkill "0" "test,mods/myMod/gfx/weapons/custom_k.bmp" "' .. id .. '"')
parse('customkill "0" "test,gfx/weapons/custom_k.bmp" "' .. id .. '"')