Animations doesn't work in multiplayer.
They work in singleplayer editor,but just don't work in MP. The soldier is just standing.
I guess im just dumb. But i cant find solution for that. Sorry for bothering you with this problem.
Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 8 x64
- Category
- Anims
Event Timeline
Comment Actions
Im not that into scripting. But in arma you can execute things on the ckients only or on the server only and you can execute it global (means bith and synchronized ) there should be a tutorial how to do so on google (maybe look for execute on all machines). This splitting is needed when you for example use draw... function. Servers cannot draw anything there for only clients use this func.