Errors
#1

Код:
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.
Lines:

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];
Reply
#2

pawn Код:
SetPlayerRaceCheckpoint(playerid, 0, stripps[0][0], stripps[0][1], stripps[0][2], stripps[1][0], stripps[1][1], stripps[1][2], 20);
pawn Код:
SetPlayerRaceCheckpoint(playerid, 0, stripps[0][0], stripps[0][1], stripps[0][2], stripps[1][0], stripps[1][1], stripps[1][2], 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], stripps[currentcheckpoint[playerid] - 3][2], 20);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)