28.02.2011, 00:36
For my fire system, there is two different objects, a flame(fire), and smoke. When the flame(fire) object is created while the player is not near it, and then the player comes to the flame(fire) object, it doesn't appear. The SMOKE object appears, but the flame(fire) does not.
NOTE: First object is fire, second is smoke.
NOTE: First object is fire, second is smoke.
pawn Код:
iFires[0] = CreateObject(18684, x, y, z-0.95, 0.0, 0.0, 0.0);
iFires[1] = CreateObject(18723, x, y, z-0.95, 0.0, 0.0, 0.0);