dklollol / Olsen-Framework-Arma-3

MIT License
34 stars 26 forks source link

EG Spectator module not properly hiding units after death in multiplayer #206

Closed burn0ut7 closed 5 years ago

burn0ut7 commented 5 years ago

https://github.com/dklollol/Olsen-Framework-Arma-3/blob/1dee483e34ad31a4688c043bbb902ea8d65bfa29/modules/eg_spectator_mode/init.sqf#L222

does not properly hide units in multiplayer. Needs to be switched to

[(player),true] remoteExecCall ["hideObject", 0]; [(player),true] remoteExecCall ["hideObjectGlobal", 2];

Drofseh commented 5 years ago

You made an issue for this (#207), was this PR opened by mistake? It just seems to consist of other people's commits, mostly from a PR I made a while ago.

Close?

burn0ut7 commented 5 years ago

yeah sorry idk how to use github lol, it was just intended for EG spectator issue