29.06.2009, 18:32
Change
To
Код:
if (1318 == value) // Check that the picked up pickup id is the same as the id of the one we created
Код:
if (pickupid == value) // Check that the picked up pickup id is the same as the id of the one we created