Page 1 of 1

Text instead of score number?

PostPosted: Sun Jun 25, 2006 10:27 am
by Hyperyon
How can I replace the score with text instead of numbers after a player is destroyed?

PostPosted: Sun Jun 25, 2006 10:49 pm
by makslane
Just copy a new text:
strcpy(text, "Your text here");

PostPosted: Mon Jun 26, 2006 1:22 pm
by Hyperyon
I'll try that :D Thanks!