SA-MP Forums Archive
Errors.. - 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: Errors.. (/showthread.php?tid=307907)



Errors.. - NewbBeginner - 01.01.2012

Код:
(549) : error 028: invalid subscript (not an array or too many subscripts): "gInfo"
(549) : error 028: invalid subscript (not an array or too many subscripts): "sAAuto"
(549) : warning 215: expression has no effect
(549) : error 001: expected token: ";", but found "]"
(549) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Код:
format(msg, sizeof(msg), "Fraction %s", gInfo[ sAAuto[ vehicleId ][ GangCar ]][ gName ]);
Help.