Blood effect - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Blood effect (
/showthread.php?tid=647673)
Blood effect -
maikons - 08.01.2018
Is anybody know how to add this object as a blood effect?
ID: 18668
Have to be something like?
SetPlayerAttachedObject(playerid, 9, 18668, bone, Float:fOffsetX = 0.0, Float:fOffsetY = 0.0, Float:fOffsetZ = 0.0, Float:fRotX = 0.0, Float:fRotY = 0.0, Float:fRotZ = 0.0, Float:fScaleX = 1.0, Float:fScaleY = 1.0, Float:fScaleZ = 1.0);
Anybody know the good position?
Re: Blood effect -
RogueDrifter - 08.01.2018
Quote:
Originally Posted by maikons
Is anybody know how to add this object as a blood effect?
ID: 18668
....
|
not sure but i can tell you this, the blood effect i edited through the particle.txd file in gta -> models with txd workshop so look into that.
Re: Blood effect -
binnyl - 09.01.2018
Quote:
Originally Posted by RogueDrifter
not sure but i can tell you this, the blood effect i edited through the particle.txd file in gta -> models with txd workshop so look into that.
|
I think he wanna use this object, he is just asking a good position to add this.
Re: Blood effect -
GTLS - 09.01.2018
if you want blood screen, you can use jBlood include:
https://sampforum.blast.hk/showthread.php?tid=492847
there is this another one too if you want:
https://sampforum.blast.hk/showthread.php?pid=3619698#pid3619698
if you want the offset positions, i think spats near left side of chest where heart is located is a good position.
Re: Blood effect -
iLearner - 09.01.2018
PHP код:
SetPlayerAttachedObject(playerid, 2, 18668, 1, 0.000000, 0.000000, -1.500000, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 );