03.05.2009, 15:02
Matthias, read this before posting any code. Also, this code isn't really "newbie" friendly.
Try writing this command by your own. This is how you should do it: Create a string with 128 as string size. Get the name of the player and put them together into a message. Use %s for a string and %d for a number(in case you want the playerid there also). Send them to all the players, and you have done one part.
Try writing this command by your own. This is how you should do it: Create a string with 128 as string size. Get the name of the player and put them together into a message. Use %s for a string and %d for a number(in case you want the playerid there also). Send them to all the players, and you have done one part.