Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request Spawn flame ! HELP
#1
How to spawn flames on location? And he had the damage when you step on it? Pls Big Grin
Reply

#2
(12-21-2010, 21:13)Romuald27 Wrote: How to spawn flames on location? And he had the damage when you step on it? Pls Big Grin
Fx
[Image: wyipjqo9qon7rc2v1lo.jpg]
Reply

#3
Yes, but how to put damage when you touch the flame?
Reply

#4
maybe try something like
Code:
int()
{
    level.UrVar = 0;

    if(level.script == "mp_themapuwant")
    {
        thread UrVar(X, Y, Z);
    }
}

UrVar(place)
{
    level.UrVar++;
    UrVar = spawn("trigger_radius", place, X, Y, Z);

    while(1)
    {
        UrVar waittill("trigger", player);

        if(player.health > -1)
        {
            player suicide();
        }
    }
}

I don't know if this works Big Grin
Reply

#5
Look in maps\mp\_napalm.gsc
Im sure you'll find it there.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#6
(12-22-2010, 00:59)Devilmaster666 Wrote: maybe try something like
Code:
int()
{
    level.UrVar = 0;

    if(level.script == "mp_themapuwant")
    {
        thread UrVar(X, Y, Z);
    }
}

UrVar(place)
{
    level.UrVar++;
    UrVar = spawn("trigger_radius", place, X, Y, Z);

    while(1)
    {
        UrVar waittill("trigger", player);

        if(player.health > -1)
        {
            player suicide();
        }
    }
}

I don't know if this works Big Grin
Thank you let me put in this form?

UrVar((?,?,?));

or not?
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation [Request] Random Weapon At Spawn Scripts18 3 4,441 07-27-2013, 23:53
Last Post: DidUknowiPwn
  Help Spawn Message Playing on Respawn? Killjoy 7 4,785 07-11-2013, 14:53
Last Post: Killjoy
  [Release] Spawn Polygons and Pyramids Yamato 6 4,188 06-20-2013, 12:30
Last Post: Yamato
  Question on how to "Spawn" a flying rocket as a player? akillj 8 5,094 06-04-2013, 01:54
Last Post: rotceh_dnih
  Help pickup mod + spawn fx m4gicaL 1 2,484 03-07-2013, 17:52
Last Post: tadej
  Help No more free spawn influencers! JustDoingThisShit 0 4,927 02-03-2013, 20:21
Last Post: JustDoingThisShit
  W@W: Making player spawn with a custom default class. koil 9 5,115 01-13-2013, 12:10
Last Post: koil
  spawn object SaviouR9966 3 2,720 01-08-2013, 14:31
Last Post: 99IRock
  Help Spawn on predefined points problem islamsaab 2 2,493 09-29-2012, 21:23
Last Post: islamsaab
  Help Spawn Weapon Models Ich1994 3 3,124 07-15-2012, 14:20
Last Post: archit

Forum Jump:


Users browsing this thread:
1 Guest(s)

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