23.02.2011, 21:56
Quote:
Код:
for(new c=0;c<MAX_VEHICLES;c++) { AddStaticVehicleEx(CarInfo[c][cModel],CarInfo[c][cLocationx],CarInfo[c][cLocationy],CarInfo[c][cLocationz]+1.0,CarInfo[c][cAngle],CarInfo[c][cColorOne],CarInfo[c][cColorTwo],3600); } |
" C:\Users\Maramizo\Desktop\try.pwn(40) : error 017: undefined symbol "CarInfo" "
Neither of these are defined, he'll need to define them first.