14.12.2012, 16:33
hey everyone,
i made a few armour and health pickups, health and armour EXACT same except that the pickup model is different and when walking into it you get armour or health, depends on the pickup, but now i got problem.
when i walk through a health pickup, it dissapears and it is spawning again after some time.
with the armour pickup it isnt... idk but when i walk through it and it doesnt dissapears...
anyone sees the problem here? also i DONT have at the onplayerpickupickup that it gets recreated, so idk but it just doesnt works..
greets niels
i made a few armour and health pickups, health and armour EXACT same except that the pickup model is different and when walking into it you get armour or health, depends on the pickup, but now i got problem.
when i walk through a health pickup, it dissapears and it is spawning again after some time.
with the armour pickup it isnt... idk but when i walk through it and it doesnt dissapears...
pawn Код:
desertdmarmourhealth[0] = CreatePickup(1240, 2, -1651.2698,-223.7476,265.9619, 6); // health
desertdmarmourhealth[1] = CreatePickup(1242, 2, -1648.3711,-280.3683,270.7901, 6); // armour
desertdmarmourhealth[2] = CreatePickup(1240, 2, -1632.9280,-259.0133,273.5093, 6); // health
desertdmarmourhealth[3] = CreatePickup(1242, 2, -1564.0415,-301.4276,273.4780, 6); // armour
desertdmarmourhealth[4] = CreatePickup(1240, 2, -1497.5129,-301.3742,274.9441, 6); // health
desertdmarmourhealth[5] = CreatePickup(1242, 2, -1644.2214,-358.6923,272.6972, 6); // armour
greets niels