06.12.2010, 23:19
pawn Код:
..\gamemodes\lvrcr.pwn(16943) : error 032: array index out of bounds (variable "checkpoints")
..\gamemodes\lvrcr.pwn(24957) : error 032: array index out of bounds (variable "checkpoints")
Код:
if(TerroristLevel[playerid] == 0) { SendClientMessage(playerid, 0xA9A9A9AA, "|_Terrorist Mission Started_|"); SendClientMessage(playerid,0xADD8E6AA,"You have started Terrorist Actions (Mission 1 P1) - Do not die or the mission will end"); SendClientMessage(playerid,0xADD8E6AA,"Get to the LV Pirate Ship in The Strip to plant your bomb and be closer to your goal of blowing up alcatraz"); DisablePlayerCheckpoint(playerid); playerCheckpoint[playerid] = 107; OnDelMission[playerid] =1337; SetPlayerCheckpoint(playerid,checkpoints[107][0],checkpoints[107][1],checkpoints[107][2],checkpoints[107][3]); // no 1 return 1; } }