Hi I wanted to use public variable to share array wich holds all the players in multiplayer like this in init.sqs:
comment" players is inited as players = [] in else where before this part gets executed"
players = players + [player]
PublicVariable"players"
Put that doesn't seem to work, so can't arrays be public?
Acording to command reference only types Number, Boolen, Object and Group are suported!
What type is player anyway? should be unit wich is object..?
ADD:
Just rememberd that I also need to update marker colors in client computers, but how?