weltoncamargo Posted April 9, 2015 Report Share Posted April 9, 2015 how to show my position on the map server dayz epoch without using Group Management Link to comment Share on other sites More sharing options...
0 ElDubya Posted April 10, 2015 Report Share Posted April 10, 2015 difficulty="recruit"; Inside your config.cfg Link to comment Share on other sites More sharing options...
0 weltoncamargo Posted April 10, 2015 Author Report Share Posted April 10, 2015 possible config script without manage dificultly in server ? right click on map set my position? tanks Link to comment Share on other sites More sharing options...
0 SchwEde Posted April 10, 2015 Report Share Posted April 10, 2015 Do you want it to be visible just for you or everybody on the server? Link to comment Share on other sites More sharing options...
0 weltoncamargo Posted April 10, 2015 Author Report Share Posted April 10, 2015 I was eye in one script to server epoch retired in: http://mudzereli.github.io/DayZEpochWeaponMods/ i installed in my server to test, was possible click right on map show my position, wherever I go, not changed nothing the configuration my server continue mission in: difficulty="veteran"; Link to comment Share on other sites More sharing options...
0 SchwEde Posted April 10, 2015 Report Share Posted April 10, 2015 :blink: i'm a bit confused with this. So you are able to right click on the map, but nothing happend on it? if you would like to just make a marker on your position then simply add something like this into your fn_selfaction: if(_vehicle == player) then { if (s_player_testing < 0) then { s_player_testing = player addAction ["Mark Position","pathTo\marker.sqf","",2,false,true,"",""]; }; } else { player removeAction s_player_testing; s_player_testing = -1; }; and just simply use a script something like this: _unit = _this select 0; _markername = "yourPosition"; _getPos = getPos _unit; _position = [_getPos select 0, _getPos select 1]; deleteMarker _markername; _marker = createMarkerLocal [_markername,_position]; _marker setMarkerTypeLocal "DestroyedVehicle"; _marker setMarkerTextLocal "You are here."; systemchat "Your Position marked on the map"; sleep 60; deleteMarker _markername; Link to comment Share on other sites More sharing options...
0 weltoncamargo Posted April 11, 2015 Author Report Share Posted April 11, 2015 one possible explanation confused the your read, various links posted !!! is possible the scripts are encountered in some there i posted these links for you have a base and look if something is related with what I think excuseme for my expression and my writing I do not quite understand English Link to comment Share on other sites More sharing options...
Question
weltoncamargo
how to show my position on the map server dayz epoch without using Group Management
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now