Jump to content
Sign in to follow this  
johnwilso007

markers only visible to one side

Recommended Posts

om making a mp mission how do i place markers for lets say Westr base that the East side cant see and vice versa.

Share this post


Link to post
Share on other sites

Put something like this in init.sqs:

?side player==west:"eastmarker1" setmarkertype "empty"

?side player==west:"eastmarker2" setmarkertype "empty"

?side player==east:"westmarker1" setmarkertype "empty"

?side player==east:"westmarker2" setmarkertype "empty"

Share this post


Link to post
Share on other sites

thanks, any idea how to do a score counter for a Hold the flag mission?

i used the uber tutorial on how to create a HF mission but it just says now add some counter tiggers.

looks like its not so uber.

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  

×