Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
fire
#1
this is from eekhoorn (thx btw)

but how do I make it so that i don't see the flames but they are on me(for each player) if that 's no possible, what do I have to delete to don't see it.

Code:
doFire()
{
                self.maxhealth = 100;
                self.health = self.maxhealth;
                tagArray[0] = "J_Spine1";
                tagArray[1] = "j_knee_ri";
                tagArray[2] = "j_knee_le";
                tagArray[3] = "j_spine4";
                tagArray[4] = "j_head";
                for(;;)
                {
                    wait 1;
                    for(i=0;i<tagArray.size;i++)
                    {
                        PlayFxOnTag(level._effect["character_fire_death_sm"], self, tagArray[i]);
                    }
                }
}
Black Ops Mods:

RPG(rocket launcher) mod
Get the Specials

Old aliasses:

eliteCVDelite
CVD

Reply

#2
Code:
self maps\mp\_burnplayer::hitWithIncendiary(self, self, "MOD_BURNED");

you welcome hun
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#3
don't work, but the flames are looking nicer Wink

i want that if you look around you, your body isn't on fire but others see that it's on fire.

(hope thats possible)
Black Ops Mods:

RPG(rocket launcher) mod
Get the Specials

Old aliasses:

eliteCVDelite
CVD

Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Help Function Fire dargula 1 1,973 10-31-2013, 23:03
Last Post: Nekochan
  rapid fire tubwux 0 1,590 09-02-2013, 00:55
Last Post: tubwux
Brick [Release] Friendly Fire remover estebespt 12 7,210 04-04-2013, 23:23
Last Post: Kasra
  [Request] Disable Friendly Fire and Enable Kill Cam on hardcore mode. Dumas 15 10,034 09-10-2012, 14:45
Last Post: OzonE
  [Request] rapid key sender like rapid fire raminr63 8 5,491 08-29-2012, 01:29
Last Post: Devilmaster666
  SecondaryWeaponAkimbo works but cant fire JoSchaap 12 7,464 07-06-2012, 16:59
Last Post: [Z00MBY] Alex
  enable killcam and disable friendly fire in harcore mamalialex 1 2,105 06-19-2012, 20:24
Last Post: Kasperle
  [Request] No friendly fire NO KILLCAM on HC mode witherillae 8 4,152 06-15-2012, 15:37
Last Post: estebespt
  Rapid fire? Rocu 2 2,499 05-31-2012, 19:49
Last Post: Tomsen1410
  NEVER USE RAPID FIRE kokole 4 2,941 05-07-2012, 12:34
Last Post: AZUMIKKEL

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.