Author Topic: 2 client Events-Help!  (Read 598 times)

First event CenterPrints-
How do I make it say the player name in a Center print or welcome message?

Don't get it? Example:
OnActivate>Client>Centerprint>Your name is <what do i type here>?????
 How do I make it say the player or clients name????

Second event any client messages:
What are all the fonts I know only one... Inpact...
OnActivate>Client>CenterPrint> <Font:Inpact:45> Hi..

1. I'm not sure whether/how this is possible to do.

2. Pretty much any font will work. Open your favourite text editor and go through the fonts list. Simple fonts work better. Arial:12 or Lucidia Console:12 work for 'small' text. If you want, Palatino Linotype:24 is the standard text size unless it's been changed in Options.

Ty!!!! I do know the name one is possable though.. ive seen people do it b4..

Ty!!!! I do know the name one is possable though.. ive seen people do it b4..

Use %1.

This tidbit of text:
Code: [Select]
Hello there, %1.
Would turn into this tidbit of text when I used it:
Code: [Select]
Hello there, Truce.
But when you used it, it would become this:
Code: [Select]
Hello there, Liek Dat.

Use %1.

This tidbit of text:
Code: [Select]
Hello there, %1.
Would turn into this tidbit of text when I used it:
Code: [Select]
Hello there, Truce.
But when you used it, it would become this:
Code: [Select]
Hello there, Liek Dat.
That only works for Welcome messages...
On centerprints and stuff it says %1 not the player name

It should say the player name on Centerprints if you press %1.