| 02-25-2005, 08:15 AM | #1 |
How do you make so when you change the players value it's just +1 I've been trying and trying and I keep getting like 0+1 or 0.. Change the value for Player N Hostile in Last Created Leader board to +1 |
| 02-25-2005, 05:15 PM | #2 |
Well, if you set the value to +1, then it will be +1. What's odd about that? You SET the value to something. You don't ADD to it, you SET it. So if you set it to 1, it will be 1, it won't be the previous value + 1, which I assume you want. You need a variable that stores the value, and then increase that variable by one, and then set the leaderboard value to that variable. |
| 02-26-2005, 12:32 AM | #3 |
Every time I put the value as +1 it will turn to 0.. But if I put in -1 it will stay as -1 |
| 02-26-2005, 09:47 PM | #4 |
Guest | Give us the map, Anitarf is fully correct, i can't figure what the hell did you do... |
