Author Topic: Is there a way to display a player's name to seperate clients?  (Read 787 times)

Like if I wanted a brick that onActivate it CenterPrints everyone in the minigame "(whoever activated) clicked me!" what would that be? I know with VCE you can do <var:cl:name> but thats just gonna be the clients name, and there is no <var:pl:name> so i dont know.

I feel like this is a really nooby question but get off my back I just started playing again after a year or two hiatus.

Is the name not enough to determine exactky who clicked it?

Is the name not enough to determine exactky who clicked it?
I'm not sure what you mean by that.

<var:cl:name> appears to only echo each individual client's name to himself if thats what you mean, I want it to say one persons name to everyone.

You can only do it in a minigame.

Well I was in a minigame....atleast the other players were, but perhaps because i was in buildermode?

Hmm, so if were in a minigame <var:cl:player> will return the name of the player who activated/playerTouched it?

XXX -> Minigame -> centerPrintAll or messageAll

No I've tested it, it still just shows everyone their own name.


Nevermind, apparently you can use %1 but now <var:cl:name>

Thanks for the effort though Kal