killzone_kid 1333 Posted April 13, 2013 could you please make special global variables read only? You can still do this in arma 3 nil = "hello"; hint nil; //shows "hello" player = "hello"; hint player; //shows "hello" blufor = "hello"; hint blufor; //shows "hello" etc... Share this post Link to post Share on other sites
.kju 3245 Posted April 13, 2013 they dont want to. there is a CIT ticket about it Share this post Link to post Share on other sites
killzone_kid 1333 Posted April 13, 2013 If someone goes player="trololol"; publicVariable "player"; it will break MP instantly for everyone. But I guess it ain't a problem then. Share this post Link to post Share on other sites
.kju 3245 Posted April 13, 2013 well lots of community people think its problematic. true = false; but the decision is not up to us. you can still try to make a ticket in the new feedback tracker and see if the devs think different now. on the positive side this can be used to combat cheating to a degree Share this post Link to post Share on other sites
killzone_kid 1333 Posted April 14, 2013 It gets worse. setDamage = "lol"; hint setDamage; //"lol" make it worse publicVariable "setDamage"; you can overwrite any arma command this way. This is stupid. Share this post Link to post Share on other sites