12.08.2010, 17:37
How can I make it so that I can have something like this...
and on player death have it show the username of the player, then a random line from above?
Ex: "Nathan_Taylor was killed." OR "Nathan_Taylor went to hell."
Код:
new RandomDeath[][] =
{
" was killed.",
" ate the dirt.",
" is in a better place.",
" went to hell."
};
Ex: "Nathan_Taylor was killed." OR "Nathan_Taylor went to hell."

