11.02.2011, 22:13
just before you destroy the pickup
And how you find out if it got picked up
pawn Код:
format(winstring, sizeof winstring, "BonusPickup_%d", i);
dini_Set("filename.txt", string, "1");
pawn Код:
if(dini_Get("filename.txt", "BonusPickup_0")) //0 for the first BonusPickup[0]
{
//Got picked up
} else {
//Not
}