[HELP] JoinPed
#1

Код:
C:\Documents and Settings\Administrator\Desktop\Server\gamemodes\gm.pwn(45793) : error 032: array index out of bounds (variable "JoinPed")
C:\Documents and Settings\Administrator\Desktop\Server\gamemodes\gm.pwn(45795) : error 032: array index out of bounds (variable "JoinPed")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Lines:

45793: SetPlayerSkin(playerid, JoinPed[57][0]);
45795: ChosenSkin[playerid] = JoinPed[57][0];


Please HELP me!
Reply
#2

it means that you are exceeding the size of your array 'JoinPed'.
check where it is declared, to find its size, l
you should find it ike int JoinPed[MAX_SIZE][MAX_SIZEZ]; or something
and there your MAX_SIZE should be greater then 57, as you are using JoinPed[57][0]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)