Im creating a MP map in a "Free for All" style and I wonder if its possible to use the following scripts/commands in a multiplayermap together:
*setpos commands, by using addaction for example lowering a rock to allow access into a cave or something
*to spawn vehicles (not remove) also by using addaction, for example spawning aircraft at airports and armor at factories (hangar addaction["A10","SpawnA10.sqs"], just and example) Is this possible with addon vehicles to?
*Weather changes, time changes via skiptime. Do these affect all players?
Ive been away from OFP for ages and im currently trying to resurrect all the commands buried deep into my head
If it is any difference, the map will be used on a LAN and never online.