Entries in the tables
#5

I have coded this code but it's not work:

pawn Код:
new check_objet = 1;
   
    while(check_objet < MAX_OBJETS)
    {
        if(ObjetsInfo[check_objet][PosX] == 0 || ObjetsInfo[check_objet][PosY] == 0 || ObjetsInfo[check_objet][PosZ] == 0) // OBJET PAS UTILISЙ
        {
            return check_objet;
        }
        else
        {
            check_objet++;
            continue;
        }
        if(check_objet >= MAX_OBJETS)
        break;
    }
    return 0;
Reply


Messages In This Thread
Entries in the tables - by Baltimore - 23.07.2014, 13:04
Re: Entries in the tables - by Baltimore - 23.07.2014, 17:52
Re: Entries in the tables - by Virtual1ty - 23.07.2014, 18:09
Re: Entries in the tables - by Baltimore - 23.07.2014, 18:21
Re: Entries in the tables - by Baltimore - 24.07.2014, 00:06
Re: Entries in the tables - by Baltimore - 24.07.2014, 11:48
Re: Entries in the tables - by Baltimore - 25.07.2014, 11:32

Forum Jump:


Users browsing this thread: 2 Guest(s)