Bugged cmd
#4

I've located the problem. The commented one doesnt work.

pawn Код:
/*for(new i=0; i < MAX_VEHICLES; i++)
    {
        if(IsATruck(i))
        {
            PlayerHaul[i][pCapacity] = 100;
        }
        else if(IsATrailer(i))
        {
            PlayerHaul[i][pCapacity] = 1000;
        }
    }*/

    for(new i=0; i < MAX_VEHICLES; i++)
    {
        PlayerHaul[i][pCapacity] = 100;
    }
How can i make it so the commented one works?
Reply


Messages In This Thread
Bugged cmd - by Don_Cage - 22.06.2014, 23:24
Re: Bugged cmd - by rappy93 - 22.06.2014, 23:40
Re: Bugged cmd - by Don_Cage - 23.06.2014, 11:24
Re: Bugged cmd - by Don_Cage - 23.06.2014, 19:01
Re: Bugged cmd - by Golf - 23.06.2014, 19:03
Re: Bugged cmd - by Don_Cage - 23.06.2014, 19:12
Re: Bugged cmd - by Golf - 23.06.2014, 19:14
Re: Bugged cmd - by Don_Cage - 23.06.2014, 19:15
Re: Bugged cmd - by Golf - 23.06.2014, 19:18
Re: Bugged cmd - by Don_Cage - 23.06.2014, 19:21

Forum Jump:


Users browsing this thread: 1 Guest(s)