roby65 Posted June 3, 2006 Share Posted June 3, 2006 0570: $radar_m1 = create asset radar marker with icon 1 at @10 @11 @12 with this code there is a marker at the specified coordinates, but the radar icon is a white square!!! how can i fix so there is a colored square like the one in the missions?? Link to comment Share on other sites More sharing options...
ZAZ Posted June 3, 2006 Share Posted June 3, 2006 0570: $radar_m1 = create asset radar marker with icon 1 at @10 @11 @12 with this code there is a marker at the specified coordinates, but the radar icon is a white square!!! how can i fix so there is a colored square like the one in the missions?? Your code is for an icon marker. What you want is a simple marker. Search the Database for marker CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
roby65 Posted June 4, 2006 Author Share Posted June 4, 2006 i've found this: 02A8: $439 = create marker $441 at $459 $460 $461 but what is $441 for?!?!? Link to comment Share on other sites More sharing options...
ZAZ Posted June 4, 2006 Share Posted June 4, 2006 (edited) i've found this: 02A8: $439 = create marker $441 at $459 $460 $461 but what is $441 for?!?!? Just search a bit more, so you can find this: 02A8: $449 = create_marker 63 at 2067.4 -1831.2 13.5 There exists more codes to set icon markers. They have different properties. For exemble with sphere or without sphere, to show the marker everywhere or to show it only when CJ is in the same area which is shown on radar as the coordspoint of the marker. In your code exemble is a global variable used to set different icon numbers Look here to see more about icon markers: http://www.lzfdownloads.de/index2.php?page=46&action=text Open the SASCM.INI of the MB directory with text editer and search for marker. And sorry, i forget to give you the right tip: Also search for checkpoint Simple markers are associated with actors, vehikles or objekts Checkpoints can be set by coords. Edited June 4, 2006 by ZAZ CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now