Need help, where am i making mistake. . .
#6

Quote:
Originally Posted by ikey07
Посмотреть сообщение
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
for(new v; v<sizeof(buyablevehicles); v++) i used this but it show every vehicle in new line so i put like this this will print if i have 16 vehicles in array it will print 3 in one line, so that's why i use with show, and i can't do buyablevehicles[16][32] because i don't know how many vehicles i will have
Reply


Messages In This Thread
Need help, where am i making mistake. . . - by CoaPsyFactor - 30.07.2010, 20:00
Re: Need help, where am i making mistake. . . - by ikey07 - 30.07.2010, 20:32
Re: Need help, where am i making mistake. . . - by CoaPsyFactor - 30.07.2010, 20:43
Re: Need help, where am i making mistake. . . - by CoaPsyFactor - 30.07.2010, 20:45
Re: Need help, where am i making mistake. . . - by ikey07 - 30.07.2010, 20:58
Re: Need help, where am i making mistake. . . - by CoaPsyFactor - 30.07.2010, 21:12

Forum Jump:


Users browsing this thread: 2 Guest(s)