NEO -PZ- 0 Posted May 11, 2002 Hey, How do you put out the name of a player on the screen in a MP mission, e.g. white text: "This is Neo"? - That is if the playername of that player is Neo. Thanks in advance ! Penetrator Share this post Link to post Share on other sites
ralphwiggum 6 Posted May 11, 2002 AFAIR, use 'name' like this: </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">name player<span id='postcolor'> this will give out your name 'Neo' out so if you want to do what you want to do, here's from top of my head </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> pn=name player titletext [format["this is %1",pn],plain].<span id='postcolor'> again, check if they are correct or not..i'm just typing from my head without any thinking Share this post Link to post Share on other sites