Author Topic: Names  (Read 524 times)

Hey guys,
I've started to code, or atleast try to.

Well, i can't really explain what im asking for
So, i'll just type it.

In the mute/kill scripts Milk created, which got failed for some reason.
They sort of saved the name of whoever wrote the command, not exactly saved, just wrote it.

Bob wrote the command?
Bob Killed ______
GayParade wrote the command?
GayParade Muted _____

How do i do that?
Im sorry for being so handicapped, no other way to show whats my request..


« Last Edit: August 10, 2009, 03:33:27 PM by Godo »

You would insert the victims name into the string
Code: [Select]
messageAll("","","\c3"@ %victim.getPlayerName() SPC"\c6has kill been killed by\c3"SPC %player.getPlayerName() SPC"\c6!");
Don't just pop that into the console though.

You have to understand basic coding for you to utilize this though.

* Godo Knows basics.
Thanks :)