16.02.2012, 18:52
Dude, I think you're a bit confused! xD
First of all, why 0?
Secondly, why random positions?
First of all, why 0?
PHP код:
new DeathPickups[MAX_DEATH_PICKUPS] = 0;
PHP код:
DeathPickups[stck] = CreatePickup(1274, 1, pPos[0]+random(5), pPos[1]+random(5), pPos[2]);

