| 11-05-2003, 08:18 PM | #1 |
I made my leaderboard for a sniper map like this: Code:
Team 1 Score X Name 1 X:Y Name 2 X:Y Name 3 X:Y Name 4 X:Y Name 5 X:Y Team 2 Score X Name 6 X:Y Name 7 X:Y Name 8 X:Y Name 9 X:Y Name 10 X:Y (Using Concatent Strings to make the X:Y value.) I made the Player1X (kills) Player1Z (deaths) variable a STRING not an Interger, like osmebody told me to do so I can make it like X:Y and show two values instead of just the 1 value, and now I don't know how to update either variable. How can I do this? It just stays at 0:0 the whole time, I can't figure out how to make it update :( Please help thanks. |
| 11-05-2003, 08:40 PM | #2 |
alright... I was the one who told you to do that... leave x1 and z1 as integers though just when you update for the leaderboard, have that value be the concatent strings... converting your x's and z's to strings... if you don't understand what I just said let me know, I am i am in a hurry right now. sorry it confused you before. |
