Well do you want it to be below the tiger? Then you should change

Code:
effect_local(p_blood, 200, me.x, normal);



to:

Code:
effect_local(p_blood, 200,vector( me.x,me.y,me.z), normal);


Because if you take only X the particle is made only to the X coord of entity, and if you'd need it to be below then you'd need at least Y coord (Z is also adviced) hope that made an y sence


EDIT: I stand corrected

Last edited by Walori; 11/02/09 15:55.