Sun_Tzu 1 Posted February 16, 2002 I have been trying to figure out how to place flags on a map. I want to make a CTF map for multiplayer use and do not know how to do it. Anyone's help will be greatly appreciated. Share this post Link to post Share on other sites
HellToupee 0 Posted February 17, 2002 look under empty-objects and slect flag or flag internation they both work and set your flag texture and for you to be able to grab the flag "this setflagside east" for example will make west be able to take flag. Share this post Link to post Share on other sites
Intruder 0 Posted February 17, 2002 BIS use this in the initfield of an empty flag for the Hummvee SP mission. </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> this setFlagTexture "USA_vlajka.pac"; flag1 setFlagOwner aP<span id='postcolor'> Â The last part of the code make the unit named aP take the flag. Delete that part if you wanna just keep the flag on the pole. Share this post Link to post Share on other sites
Sun_Tzu 1 Posted February 17, 2002 where do you find the places to put the codes for the flag? I can not figure out how to do any of it. I go to empty/objects/flag and put the flag on the map but what do I do know? I need step by step info to do this. I have no idea how to do anything with the mission editor. So when you reply to this everyone, tell me step by step about how to do this. Thank you Share this post Link to post Share on other sites
ufo_hk 1 Posted February 17, 2002 Your best bet is to work through the various multiplayer tutorials here: http://www.ofpeditingcenter.com/tutorial.shtml Then when you have specific problems - let us know and maybe someone can help more. Share this post Link to post Share on other sites
Intruder 0 Posted February 18, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Sun_Tzu @ Feb. 17 2002,21:14)</td></tr><tr><td id="QUOTE">where do you find the places to put the codes for the flag? I can not figure out how to do any of it. Â I go to empty/objects/flag and put the flag on the map but what do I do know? Â I need step by step info to do this. Â I have no idea how to do anything with the mission editor. Â So when you reply to this everyone, tell me step by step about how to do this. Â Thank you<span id='postcolor'> When you creat the flag, in the dialogue box there will be an init line where you can type code. Type it there. But if your a newbie, use the links that ufo_hk posted and take a look at some tutorials. Share this post Link to post Share on other sites