Run time error 4: Array index out of bounds
#3

Quote:
Originally Posted by DBZdabIt3Bro7
Посмотреть сообщение
Show the loop before
XP[i] = ...
PHP код:
    for(new i=0;i<MAX_PLAYERS;i++)
    {
        
NotiConnect[i][0] = TextDrawCreate(13.000000265.911041"box");
        
TextDrawLetterSize(NotiConnect[i][0], 0.0000004.799999);
        
TextDrawTextSize(NotiConnect[i][0], 182.0000000.000000);
        
TextDrawAlignment(NotiConnect[i][0], 1);
        
TextDrawColor(NotiConnect[i][0], -1);
        
TextDrawUseBox(NotiConnect[i][0], 1);
        
TextDrawBoxColor(NotiConnect[i][0], 255);
        
TextDrawSetShadow(NotiConnect[i][0], 0);
        
TextDrawSetOutline(NotiConnect[i][0], 0);
        
TextDrawBackgroundColor(NotiConnect[i][0], 255);
        
TextDrawFont(NotiConnect[i][0], 0);
        
TextDrawSetProportional(NotiConnect[i][0], 1);
        
TextDrawSetShadow(NotiConnect[i][0], 0); 
is the loop with a lot of textdraws, then the progressbar, :S
Reply


Messages In This Thread
Run time error 4: Array index out of bounds - by R3SpaWn0 - 04.08.2018, 16:05
Re: Run time error 4: Array index out of bounds - by DBZdabIt3Bro7 - 04.08.2018, 16:10
Re: Run time error 4: Array index out of bounds - by R3SpaWn0 - 04.08.2018, 16:12
Re: Run time error 4: Array index out of bounds - by DBZdabIt3Bro7 - 04.08.2018, 16:20
Re: Run time error 4: Array index out of bounds - by R3SpaWn0 - 04.08.2018, 16:34

Forum Jump:


Users browsing this thread: 1 Guest(s)