i've searched around, maybe i used the wrong search terms, but i did not find threads about how smoke shells dont work, the enemy can shoot through it, i recently download the delta rangers 1.5 + Jam 2, in one of the readmes it said the smokeshells were replaced to ones which the AI cant see through, i tried a bit, but the AI can still see me?
is there any way to overcome this?
[EDIT]
maybe the problem is that there is not enough smoke? i just wrote this scipt to make smoke shells "appear" but there is a problem:
_shell = _this select 0
_position = _this select 1
_shell = "_shell" camCreate [getpos _position select 0, getpos _position select 1,0]
exit
the _position works, but the _shell doesn't work, if i replace _shell by smokeshell it works, but i would like it to be for any shell, so that teh user can difine what he wants to appear, the wierd thing is that there is no error message, the smokeshell just doesn't appear, any one know what could make it work?