Hi,
I'm trying to use the SSM in a multiplayer mission of mine, but I want to limit the number of times it can be called. The problem is that these limitations are eventually applied only to the server, clients continue to have unlimited supports.
init.sqf
What should I do to have these limitations applied to all the players ?
Thank you.