Jump to content
Sign in to follow this  
russin

Gps

Recommended Posts

i see on some maps they have GPS how i enable this ? i seen before but can't seem to track it down

where i insert it in my descrption txt ?

respawn = "group";

class cfgMusic

{

tracks[]=

{

rage, morbid,

};

class rage

{

name = "rage";

sound[] = {\music\rage.ogg, db+35, 1.0};

};

class morbid

{

name = "morbid";

sound[] = {\music\morbid.ogg, db+35, 1.0};

};

};

};

Share this post


Link to post
Share on other sites

From mission editing faq!! Look there!

How do I enable GPS?

Put this into your description.ext in your mission folder (if you don't have one, create one).

Code Sample

showGPS=1

That will enable the GPS shown with the map for each player.

Use the following to enable map, watch, compass and notepad (briefing book).

Code Sample

showMap=1

showWatch=1

showCompass=1

showNotepad=1

showGPS=1

1 = yes, enable. 0 = no, disable.

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  

×