Sending string to client... problem
by Very Interactive Person · in Torque Game Engine · 06/12/2004 (6:52 am) · 3 replies
I'm passing the name of the winner to the client when my game is over... then do a Title.setText($winner @ " won the game");
The problem is the result is something like "17 playername won the game"
What's this number in front of the name? And how do I get rid of it? I mean, I don't have this problem anywhere else in the game when I use the players name (to send death messages for example).
The problem is the result is something like "17 playername won the game"
What's this number in front of the name? And how do I get rid of it? I mean, I don't have this problem anywhere else in the game when I use the players name (to send death messages for example).
Associate Kyle Carter