Flame Effect / object
#1

What is flame effect / object?

im doing zombie server and i want that there is fire at streets.

any ideas how to do it?
Reply
#2

Search here.
I think ID 18691 and 18692 are the one your looking for.
Reply
#3

Yea worked, thanks a lot
Reply
#4

one question...how i can "rotate" it?like to make it burn side ways, hope you understand me :P
Reply
#5

CreateObject(objectid, x, y, z, ax, ay, az);

Change the ax, ay, az to turn it... (use 90.00 to try it out...) then you'll see which of those you need:P
Reply
#6

You can also use this
https://sampwiki.blast.hk/wiki/SetObjectRot
Reply
#7

can someone show example of my code?Make it burn sideway, please.

Код:
CreateObject(18692,1525.9907,-1677.5560,5.8906,256.5778,0.0,0.0,96.0);
Reply
#8

We can't know what side you want to use.
pawn Код:
new var;
pawn Код:
var = CreateObject( 18692,1525.9907,-1677.5560,5.8906,256.5778,0.0,0.0,96.0 );
pawn Код:
SetObjectRot( var, Float:rotX, Float:rotY, Float:rotZ );
But additionally. You can pick an object rot in this:
pawn Код:
var = CreateObject( 18692,1525.9907,-1677.5560,5.8906,Float:rotX, Float:rotY,Float:rotZ,96.0 );
Reply
#9

worked, thanks
Reply
#10

Flame Object create awesome looking effects in Multimedia Fusion 2 app with ease. It Create Flames, Fireballs, Waterfalls, Shimmering Light, Plasma, Scanner Lines, Smoke and more with this powerful object.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)