jeppelykke 0 Posted June 28, 2003 Hey Hey How does markers work, is it possible to make markers that only, WEST can see and East can only see their and same for resistance ? While am at it, How can i in my "intro" to my mp map when looking at the soldieres return the "name" so i can use it on the intro so the person that plays name will be in the intro ;) Share this post Link to post Share on other sites
RED 0 Posted June 28, 2003 Make a script with something like: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> ?side player != WEST: "MarkerOne" setMarkerType "empty" ?side player != WEST: "Markertwo" setMarkerType "empty" ?side player != EAST: "Markerthree" setMarkerType "empty" RED Share this post Link to post Share on other sites