Jump to content
Sign in to follow this  
k i n g

Hide position of player on the map?

Recommended Posts

Hey,

i have just a short question. Is it possible to hide the position of the player on the map. so he cannot see on the map where he is? may be this is possible by forcing to play the mission in veteran mode, but there is no solution in this forum how i can force this :confused:

Thanx in advance!

Share this post


Link to post
Share on other sites

Type in your init.sqf:

if(cadetMode)exitWith{nul=[]spawn{player sideChat "You cannot play mission in cadet mode!"; sleep 5; forceEnd;};};

Not tested and you surely have to test and change something... :o

Share this post


Link to post
Share on other sites

@ Buliwyf:

Hm.... no.... the problem is that the mission is part of a campaign. i do not want to force all users to play the whole campaign in veteran mode. ...hm... my only wish is to hide the players position on the map.

@ CarlGustaffa

i dont think this is it. I want/need the map because there are necessary markers on it. Just want to hide the players position... maybe it is not possible...

but thanx for your help!!!!

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  

×