Hi.
I want to use a globalaccum to (bitwise) store 32 states of entities. Now that I don’t want to set every single bit with “globalaccum x set y”, I tried to set a single decimal value of 2239882046 (representing 32 bit: 10000101100000011110001100111110).
If I now test the map (with devmap or in a pk3) on my local computer everything is ok. When I put the pk3 on our ETPro 3.1.0 server and connect with my client, the content of the globalaccum is screwed up 
I verified this with the printglobalaccum command: globalaccum 0 is set to 2239882046 in the script. Running the map on our server, the log prints out a value of 2147483647 and if I run run the map local it shows a value of -2055085250 for the same globalaccum!
Even if printglobalaccum prints out different values, the states of this globalaccum seem to work fine when the map is run local and the initial value is lower (maybe 30 bit) even though it doesn’t work when run on a real server.
Is it a bug or a feature? I appreciate any help 
