errors i get...
#1

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")
From:

Код:
        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;
	}
	}
Reply


Messages In This Thread
errors i get... - by D_Malfoy - 06.12.2010, 23:19
Re: errors i get... - by fangoth1 - 07.12.2010, 00:17
Re: errors i get... - by XePloiT - 07.12.2010, 00:39
Re: errors i get... - by __ - 07.12.2010, 02:49
Re: errors i get... - by fangoth1 - 07.12.2010, 02:58
Re: errors i get... - by __ - 07.12.2010, 03:00
Re: errors i get... - by D_Malfoy - 07.12.2010, 22:04
Re: errors i get... - by D_Malfoy - 07.12.2010, 22:13
Re: errors i get... - by XePloiT - 07.12.2010, 23:47
Re: errors i get... - by D_Malfoy - 08.12.2010, 20:50

Forum Jump:


Users browsing this thread: 1 Guest(s)