15.08.2011, 18:23
Say I /hit 7 15000 for example. 7 would be my id because of bots, and 15000 as the hit amount. I made a /hits command to show all hits, so it shows "Hit for grandtheftotto || by grandtheftotto || price: 15000"
I know I /hit myself and it will be changed as soon as I'm done testing But the problem is, for example: /hit 4 54000 (id 4 is a bot), it will place the hit on the player, and show 2 hits available in /hits which is working right but the problem is the last hit amount/price will replace the first hit, so instead of it saying:
It will say:
So I need to fix it so it doesn't show the last hit amount/price for all players, but instead show their separate amounts. Any solution?
I know I /hit myself and it will be changed as soon as I'm done testing But the problem is, for example: /hit 4 54000 (id 4 is a bot), it will place the hit on the player, and show 2 hits available in /hits which is working right but the problem is the last hit amount/price will replace the first hit, so instead of it saying:
Quote:
"Hit for grandtheftotto || by grandtheftotto || price: 15000" "Hit for botname || by grandtheftotto || price: 54000" |
Quote:
"Hit for grandtheftotto || by grandtheftotto || price: 54000" "Hit for botname || by grandtheftotto || price: 54000" |