27.12.2015, 12:43
Hi,
In kurtas YSF plugin there is the function SendBulletdata i can not get to work.
Can someone pls tell me how to use it and what the parameters do mean?
Could someone explain me how to use the function SendBulletData properly?
I just cant get it working.
I have to call it once, for one shot?
So if i want to fire longer i have to set a loop?
What are the parameters for the function and only the playerid that has been set as hitid in the function will take damage?
Please help, i cant figure it out.
thank you
In kurtas YSF plugin there is the function SendBulletdata i can not get to work.
Can someone pls tell me how to use it and what the parameters do mean?
pawn Код:
native SendBulletData(sender, hitid, hittype, weaponid, Float:fHitOriginX, Float:fHitOriginY, Float:fHitOriginZ, Float:fHitTargetX, Float:fHitTargetY, Float:fHitTargetZ, Float:fCenterOfHitX, Float:fCenterOfHitY, Float:fCenterOfHitZ, forplayerid = -1);
I just cant get it working.
I have to call it once, for one shot?
So if i want to fire longer i have to set a loop?
What are the parameters for the function and only the playerid that has been set as hitid in the function will take damage?
Please help, i cant figure it out.
thank you