array index out of bounds
#3

Here is it
PHP код:
stock GetMedikID(playerid)
{
    for(new 
i=0i<MAX_LOOTINGi++)
     {
          if(
IsPlayerInRangeOfPoint(playerid,3.5Medikament[i][xHos],Medikament[i][yHos],Medikament[i][zHos]))
        {
             return 
i;
           }
    }
     return 
0;

Reply


Messages In This Thread
array index out of bounds - by Pearson - 14.12.2016, 01:01
Re: array index out of bounds - by Hansrutger - 14.12.2016, 01:32
Re: array index out of bounds - by Pearson - 14.12.2016, 01:34
Re: array index out of bounds - by Unrea1 - 14.12.2016, 01:38
Re: array index out of bounds - by Pearson - 14.12.2016, 01:45
Re: array index out of bounds - by Hansrutger - 14.12.2016, 02:04
Re: array index out of bounds - by Pearson - 14.12.2016, 02:08

Forum Jump:


Users browsing this thread: 1 Guest(s)