personal Car
#1

pawn Код:
C:\Users\Cbu-Samp\Desktop\CarOnwerShip\filterscripts\carownership.pwn(272) : error 072: "sizeof" operator is invalid on "function" symbols
C:\Users\Cbu-Samp\Desktop\CarOnwerShip\filterscripts\carownership.pwn(274) : error 028: invalid subscript (not an array or too many subscripts): "CarInfo"
C:\Users\Cbu-Samp\Desktop\CarOnwerShip\filterscripts\carownership.pwn(274) : warning 215: expression has no effect
C:\Users\Cbu-Samp\Desktop\CarOnwerShip\filterscripts\carownership.pwn(274) : error 001: expected token: ";", but found "]"
C:\Users\Cbu-Samp\Desktop\CarOnwerShip\filterscripts\carownership.pwn(274) : error 029: invalid expression, assumed zero
C:\Users\Cbu-Samp\Desktop\CarOnwerShip\filterscripts\carownership.pwn(274) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


5 Errors.
for(new h = carsonserver; h < sizeof(CarInfo); h++)


pawn Код:
AddStaticVehicleEx(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+1.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],60000);
Reply
#2

replace sizeof(CarInfo) with MAX_VEHICLES
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)