OldDirtyBastard
01/11/2010, 01:30 PM
Im getting a wierd bug, basicly the first pickup i create wont work, but the rest of the pickups will,
like let me explain more detailed:
fhealth = CreatePickup(1240, 2, 2087.7336,1517.3693,10.8203, 0); //Failure Pickup-not working
shiphealth = CreatePickup(1240, 2, 2005.1895,1549.6753,17.6478, 0); //Working
shiparmour = CreatePickup(1242, 2, 2005.3274,1539.8135,17.6460, 0); //Working
If i would change the lines like this would hapen
shiphealth = CreatePickup(1240, 2, 2005.1895,1549.6753,17.6478, 0); //Failure Pickup-not working
fhealth = CreatePickup(1240, 2, 2087.7336,1517.3693,10.8203, 0); //Working
shiparmour = CreatePickup(1242, 2, 2005.3274,1539.8135,17.6460, 0); //Working
Its realy wierd, if anyone has a good explanation to this bug, i would love to know it.
Thanks regards.
like let me explain more detailed:
fhealth = CreatePickup(1240, 2, 2087.7336,1517.3693,10.8203, 0); //Failure Pickup-not working
shiphealth = CreatePickup(1240, 2, 2005.1895,1549.6753,17.6478, 0); //Working
shiparmour = CreatePickup(1242, 2, 2005.3274,1539.8135,17.6460, 0); //Working
If i would change the lines like this would hapen
shiphealth = CreatePickup(1240, 2, 2005.1895,1549.6753,17.6478, 0); //Failure Pickup-not working
fhealth = CreatePickup(1240, 2, 2087.7336,1517.3693,10.8203, 0); //Working
shiparmour = CreatePickup(1242, 2, 2005.3274,1539.8135,17.6460, 0); //Working
Its realy wierd, if anyone has a good explanation to this bug, i would love to know it.
Thanks regards.