0 Members and 1 Guest are viewing this topic.
//InitRandom_array = [];for "_i" from 0 to MAXNUMBER do { Random_array = Random_array + [_i];};//Get random number:_random = Random_array select floor random (count Random_array);Random_array = Random_array - [_random];
CreateUnit is global BTW so no need to execute it on every client.