Most efficient way of creating a 'fire' ?
#3

how about
Код:
if(strcmp(cmd, "/fire", true) == 0)
 {
  if(PlayerInfo[playerid][pAdmin] >= 1 && Aduty[playerid] == 1)
  {
   GetPlayerPos(playerid,smokex,smokey,smokez);
   CreateExplosion(smokex, smokey, smokez, 9, 15)
   CreateDynamicObject(2780, smokex, smokey, smokez, -6,0,0,90);
  }
  return 1;
 }
They have a certain explosion for fire, as i used
And the object is a Smoke machine
Reply


Messages In This Thread
Most efficient way of creating a 'fire' ? - by Antonio [G-RP] - 27.02.2011, 19:36
Re: Most efficient way of creating a 'fire' ? - by Mauzen - 27.02.2011, 19:54
Re: Most efficient way of creating a 'fire' ? - by ifly4life - 27.02.2011, 20:01
Re: Most efficient way of creating a 'fire' ? - by Antonio [G-RP] - 27.02.2011, 21:03

Forum Jump:


Users browsing this thread: 1 Guest(s)