25.05.2009, 15:03
MenaceX^
Im sorry .. Give him just to help me now and thats it Im will not do it again ..
Look .. : Thats the error now !!1
C:\Documents and Settings\зрп ойоеп\щемзп дтбегд\зрп\samp\gamemodes\gf.pwn(26425) : error 032: array index out of bounds (variable "JoinPed")
C:\Documents and Settings\зрп ойоеп\щемзп дтбегд\зрп\samp\gamemodes\gf.pwn(26425) : error 032: array index out of bounds (variable "JoinPed")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
And thats the Lines
Please help and thanks you
Im sorry .. Give him just to help me now and thats it Im will not do it again ..
Look .. : Thats the error now !!1
C:\Documents and Settings\зрп ойоеп\щемзп дтбегд\зрп\samp\gamemodes\gf.pwn(26425) : error 032: array index out of bounds (variable "JoinPed")
C:\Documents and Settings\зрп ойоеп\щемзп дтбегд\зрп\samp\gamemodes\gf.pwn(26425) : error 032: array index out of bounds (variable "JoinPed")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
And thats the Lines
Код:
case 15: //FireMan
{
if(SelectCharPlace[playerid] == 1) { SetPlayerSkin(playerid, JoinPed[62][0]); SelectCharPlace[playerid] = 2; ChosenSkin[playerid] = JoinPed[62][0]; }
else if(SelectCharPlace[playerid] == 2) { SetPlayerSkin(playerid, JoinPed[63][0]); SelectCharPlace[playerid] = 3; ChosenSkin[playerid] = JoinPed[63][0]; }
else if(SelectCharPlace[playerid] == 3) { SetPlayerSkin(playerid, JoinPed[64][0]); SelectCharPlace[playerid] = 4; ChosenSkin[playerid] = JoinPed[64][0]; }
}

