Jump to content
Sign in to follow this  
braincrush

get user classname / name in script ?

Recommended Posts

how can i check name or classname of the player activating the script ? i want to use it in if else which will be inside of the script that will be launch by action assigned to an object ?

Share this post


Link to post
Share on other sites

Hi,

_type = typeOf player;

hint format ["%1", _type];

copyToClipBoard _type;

That shoould do.

_neo_

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  

×