Quote:
Originally Posted by Nero_3D
just before you destroy the pickup
pawn Код:
format(winstring, sizeof winstring, "BonusPickup_%d", i); dini_Set("filename.txt", string, "1");
And how you find out if it got picked up
pawn Код:
if(dini_Get("filename.txt", "BonusPickup_0")) //0 for the first BonusPickup[0] { //Got picked up } else { //Not }
|
Thanks for that Nero, just what i needed.
Peace...