Jump to content
jandrews

Marker array in string with this fnc?

Recommended Posts

 

Hey scripters is this possible?  Trying to use this fnc with a few markers over areas I want to destroy.  I am at work and novice at best.  Want an array of markers in a string.

 

Thanks.

 

[["1","2","3","4"], 500, 1383, []] call BIS_

fnc_destroyCity

 

https://community.bistudio.com/wiki/BIS_fnc_destroyCity

Share this post


Link to post
Share on other sites
{
 [_x, 500, 1383, []] call BIS_fnc_destroyCity;
} forEach ["1","2","3","4"];

 

Share this post


Link to post
Share on other sites
42 minutes ago, davidoss said:

{
 [_x, 500, 1383, []] call BIS_fnc_destroyCity;
} forEach ["1","2","3","4"];

 

 

Thanks. I'll try that when I get home.  I knew it was something like that.  

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

×