[Pomoć] Errors

Započeo ...Nikola..., Mart 15, 2012, 16:25:39 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta koju koristim: CLRP Edit
Detaljan opis problema: Dolaze mi ovi erori i nemogu nikako da popravim
\LSRP.pwn(56122) : error 032: array index out of bounds (variable "CivMalePeds")
\LSRP.pwn(56122) : error 032: array index out of bounds (variable "CivMalePeds")
\LSRP.pwn(56151) : error 032: array index out of bounds (variable "CivFemalePeds")
\LSRP.pwn(56151) : error 032: array index out of bounds (variable "CivFemalePeds")
\LSRP.pwn(59122) : error 032: array index out of bounds (variable "CivMalePeds")
\LSRP.pwn(59122) : error 032: array index out of bounds (variable "CivMalePeds")
\LSRP.pwn(59151) : error 032: array index out of bounds (variable "CivFemalePeds")
\LSRP.pwn(59151) : error 032: array index out of bounds (variable "CivFemalePeds")

Dio skripte: /
Neke slike/video za lakse dobivanje pomoci(neobavezno): /
Linija 56122
    else if(SelectCharPlace[playerid] == 30) { SetPlayerSkin(playerid, CivMalePeds[30][0]); SelectCharPlace[playerid] = 1; ChosenSkin[playerid] = CivMalePeds[30][0]; }

Linija 56151
    else if(SelectCharPlace[playerid] == 26) { SetPlayerSkin(playerid, CivFemalePeds[26][0]); SelectCharPlace[playerid] = 1; ChosenSkin[playerid] = CivFemalePeds[26][0]; }

Linija 59122
    else if(SelectCharPlace[playerid] == 30) { SetPlayerSkin(playerid, CivMalePeds[30][0]); SelectCharPlace[playerid] = 1; ChosenSkin[playerid] = CivMalePeds[30][0]; }

Linija 59151
    else if(SelectCharPlace[playerid] == 26) { SetPlayerSkin(playerid, CivFemalePeds[26][0]); SelectCharPlace[playerid] = 1; ChosenSkin[playerid] = CivFemalePeds[26][0]; }