21.11.2010, 17:41
(
Последний раз редактировалось TheNuttyScientist; 21.11.2010 в 18:01.
)
Код:
E:\SA-MP Server\filterscripts\Minigames.pwn(667) : error 032: array index out of bounds (variable "stripps") E:\SA-MP Server\filterscripts\Minigames.pwn(688) : error 032: array index out of bounds (variable "stripps") E:\SA-MP Server\filterscripts\Minigames.pwn(798 -- 799) : error 001: expected token: ",", but found ";" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.
pawn Код:
SetPlayerRaceCheckpoint(playerid,0,stripps[0][0],stripps[0][1],stripps[0][2],stripps[0][3],stripps[1][0],stripps[1][1],stripps[1][2],stripps[1][3],20);
pawn Код:
SetPlayerRaceCheckpoint(playerid,0,stripps[0][0],stripps[0][1],stripps[0][2],stripps[0][3],stripps[1][0],stripps[1][1],stripps[1][2],stripps[1][3],20);
pawn Код:
SetPlayerRaceCheckpoint(playerid,0,stripps[currentcheckpoint[playerid]-4][0],stripps[currentcheckpoint[playerid]-4][1],
stripps[currentcheckpoint[playerid]-4][2],stripps[currentcheckpoint[playerid]-3][0],stripps[currentcheckpoint[playerid]-3][1];