personal Car - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: personal Car (
/showthread.php?tid=303060)
personal Car -
saringan_cs - 11.12.2011
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);
Re: personal Car -
THE_KNOWN - 11.12.2011
replace sizeof(CarInfo) with MAX_VEHICLES