30.07.2010, 20:58
Ohh,, size 15 is not enough, use some 32, but that will not a fix your bug.
and why you use
for(new v; v<show2; v++) ??
use
new buyablevehicles[16][32] = {
and
for(new v; v<sizeof(buyablevehicles); v++)
but I dont think that will also fix your bug, I actually can't see a script bug atm
and why you use
for(new v; v<show2; v++) ??
use
new buyablevehicles[16][32] = {
and
for(new v; v<sizeof(buyablevehicles); v++)
but I dont think that will also fix your bug, I actually can't see a script bug atm