Originally posted by imHaTeZ
It's a fx
how do i spawn them? Just to test I made this method
LoopFx(fx, origin)
{
self iprintln("^2You spawned the " + fx + " fx!");
temp = loadfx(fx);
playloopedfx(fx, 2, (origin[0], origin[1], origin[2]+50));
}
I used these fx's to test also
You must login or register to view this content.
Nothing spawned when i ran the method but i get the message perfectly fine.