08.05.2012, 22:17
Quote:
Because "Amount" is being initialized in that terrible loop...and since its never assigned a value its always 0;
If you want to keep track of houses/businesses you need to pack that stuff into an array and not create those arrays from within loops and commands and really anything else. Initialize outside of all the callbacks, change values inside the script. |
Thank You
Please Help Me Please