| 11-02-2007, 12:10 PM | #1 |
Hi, i am currently trying to apply fadefilters for certain players only by using them inside of GetLocalPlayer() blocks. But it causes desyncs. I have already found a thread concerning this HERE, but the answer given there is not satisfying for me. It is told to use "Advanced Fade Filter Actions" to solve this problem since these don't cause desyncs. However, I cannot find such actions in my jass function list. Can you tell me where I can find these? edit: I have found the Advanced Filter Action, it is a GUI action, not jass. However, I tried using it, but still get a desync when using it inside GetLocalPlayer IF-Block. Can someone help me please? |
| 11-02-2007, 05:41 PM | #2 |
That's odd. Do you do anything else in the if block? Are you certain that it's that if block that desyncs and not some other part of the map? Please post your code, either in trigger or jass tags depending on which you use. |
| 11-03-2007, 06:57 AM | #3 |
It could be that you're deleting them inside the if block. If so, don't do that; just delete them outside the LocalPlayer block. |
