Jump to content
Sign in to follow this  
NEO -PZ-

Put out name of a player on screen (mp editing)

Recommended Posts

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

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 tounge.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×