;Dim currently working on a map. Its gonna be like a rpg and i need to beable to createunits at certain spot around the map.
I`ve had no problems creating vehicles with the line
car1 = "Mondeo" createvehicle getpos a1.
Now when i tried man1 = "SoldierW" createunit getpos a1
nothing happened.
I was told by someone that its best to use arrays
but im unsure how they work.
You can declare personal money in the init.sqs.
And you add to it and remove from it as you need to. ;D
Do arrays work like this
Can anyone help me understand using arrays a bit better