01.11.2010, 14:30
(
Last edited by OldDirtyBastard; 01/11/2010 at 06:29 PM.
Reason: it was diffrend as i thoud
)
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:
If i would change the lines like this would hapen
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:
pawn Code:
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
pawn Code:
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
Thanks regards.