PabstMirror

Results 214 comments of PabstMirror

https://github.com/acemod/ACE3/commit/9c2c3ac0d3c75c65bbd2900f766f181f5882cbb5 - icon ok? ![20230222140654_1](https://user-images.githubusercontent.com/9376747/220748248-1f37b47c-0497-4257-97a3-e2916393685b.jpg)

I guess this is desired behavior but we should still check `canInteractWith` to prevent handcuffed or otherwise locked players from using this (this checks canInteractWith with objNull as target so...

encountered some weird invisibility and body duplication https://www.youtube.com/watch?v=gvnRnQPhjf0

The target plugin location is something like `C:\Users\You\AppData\Roaming\TS3Client\plugins` You might want to try re-installing teamspeak, which should write the reg entries that acre is looking for.

Example: ``` 00 │ _value = [0, 1] select _input; │ ^^^^^^^^^^^^^^^^^^^^^ using `select` where `parseNumber` is more appropriate try: parseNumber _input ``` if input can be false/true/0/1 it will...

IIRC drivers used to get hit a lot more from damage compared to everyone else and this is probably why but I also sorta thought that had been fixed?

Looks like you have an older plugin Make sure you are running ACRE 2.12 Run arma once (with teamspeak closed) to update plugins

Try looking at `%AppData%\TS3Client\plugins` (put that into explorer address bar or hit win-r and paste it in) There should be 2 acre dlls in there, and you can check the...

It's in the normal `channels == 1` code path, which was unchanged by #1240 The actual segfault is in `memcpy` but I'm not sure yet why ![memcpy](https://github.com/IDI-Systems/acre2/assets/9376747/57c0d237-202a-4e03-a4c0-e20a9debb211)

Not working for me, not sure if something changed in 2.08? Place "Heavy Gunner" in editor `diag_log text format ["Gesture changed: %2 - %3", _unit, _gesture, (weaponState ACE_Player)];` ``` Gesture...