Jump to content
Sign in to follow this  
1para{god-father}

Composition Spawn issue

Recommended Posts

Can anyone please let me know why this will not spawn ?

Am I missing something ? i have the marker placed on the map but it will not spawn the Composition in ?

_newComp = [getmarkerpos "MissionAO2","Firebase1_RU"] call (compile (preprocessFileLineNumbers "ca\modules\dyno\data\scripts\objectMapper.sqf"));

Share this post


Link to post
Share on other sites

You're missing the second argument, the direction, in that call.

_newComp = [getmarkerpos "MissionAO2", [color="#FF0000"]random 360[/color], "Firebase1_RU"] call (compile (preprocessFileLineNumbers "ca\modules\dyno\data\scripts\objectMapper.sqf"));

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×