Question: Do you guys got random bugs aswell?
#7

Quote:
Originally Posted by Vince
Посмотреть сообщение
Maybe you should start using SVN or something (I should do so too). If I'm not mistaken it makes an automatic backup every time something's changed.
Do you mean Tortoise SVN? I am not sure if it makes backups, I should check it out.

Edit: I just had it again, lol.
Code before I made changes:
pawn Код:
GetVehicleHealth(i, VehHPa[i]);
        if(VehHPa[i] < VehHP[i])
        {
            print("Yeeha!");
        }
It worked..
I made a change:
pawn Код:
GetVehicleHealth(i, VehHPa[i]);
if(VehHPa[i] < VehHP[i])
{
    if(VehHP[i] != 1000)
    {
        print("Yeeha!");
    }
}
Didn't work, so I changed it back.
Code now:
pawn Код:
GetVehicleHealth(i, VehHPa[i]);
        if(VehHPa[i] < VehHP[i])
        {
            print("Yeeha!");
        }
it doens't work anymore. It only prints it when there are like 10+ cars spawning above "i"..
Reply


Messages In This Thread
Question: Do you guys got random bugs aswell? - by Biesmen - 18.04.2012, 09:18
Re: Question: Do you guys got random bugs aswell? - by MP2 - 18.04.2012, 09:20
Re: Question: Do you guys got random bugs aswell? - by Biesmen - 18.04.2012, 09:31
Re: Question: Do you guys got random bugs aswell? - by Lenny the Cup - 18.04.2012, 10:26
Re: Question: Do you guys got random bugs aswell? - by iggy1 - 18.04.2012, 10:57
Re: Question: Do you guys got random bugs aswell? - by Vince - 18.04.2012, 11:20
Re: Question: Do you guys got random bugs aswell? - by Biesmen - 18.04.2012, 12:42

Forum Jump:


Users browsing this thread: 1 Guest(s)