Announcement

Collapse
No announcement yet.

Emitter explosion [Plz answer]

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Emitter explosion [Plz answer]

    If I want to make an explosion for a weapon, and I want to use an emitter I made for the explosion, what code do I use 4 that?

    #2
    try something like

    code
    ---------------------------------------------------------------------

    Var Emitter MyEmitter; // var for your emitter

    MyEmitter = Spawn(class'MyEmitterClass'); // this line spawns your emitter class

    ---------------------------------------------------------------------

    Comment


      #3
      Any other codes?

      Comment


        #4
        Codes? This isn't God Mode.

        Read: http://wiki.beyondunreal.com/wiki <-- Don't forget the handy dandy search button on top.
        http://unreal.jall.org/tutorials/replication.html

        Comment

        Working...
        X