[FilterScript] Hold Studio (make awesome lines for SetPlayerHoldingObject EASILY) - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Hold Studio (make awesome lines for SetPlayerHoldingObject EASILY) (
/showthread.php?tid=182317)
Re: Hold Studio (make awesome lines for SetPlayerHoldingObject EASILY) -
Lordzy - 21.12.2012
This is really great, nice work.
Re: Hold Studio (make awesome lines for SetPlayerHoldingObject EASILY) -
HeLiOn_PrImE - 29.12.2012
we can mount the objects on whatever body part we want, or just the body? For instance, I want to add an object to the player's head. I can mount a mask and it would move with the player's face?
Re: Hold Studio (make awesome lines for SetPlayerHoldingObject EASILY) -
HeLiOn_PrImE - 01.01.2013
Thank you very much
Re: Hold Studio (make awesome lines for SetPlayerHoldingObject EASILY) -
GoldZoroGrab - 30.03.2013
very very very very awesome.
That would help me in scripting my clothes system <3.
Re: Hold Studio (make awesome lines for SetPlayerHoldingObject EASILY) -
supergirlpenetrator - 31.07.2013
i found a bug, when i try to scale the Y it scales the X
to fix it:
go to line 4062 and change:
g_cPlayerAction{ playerid } = ACTION_SCALE_X;
to:
g_cPlayerAction{ playerid } = ACTION_SCALE_Y;
Re: Hold Studio (make awesome lines for SetPlayerHoldingObject EASILY) -
shadowdog - 22.07.2014
Exactly what I needed, thank you!
Re : Hold Studio (make awesome lines for SetPlayerHoldingObject EASILY) -
S4t3K - 22.07.2014
Do all of you realize that the 0.3e EditAttachedObject function was made using the same base as this one ?
Re: Hold Studio (make awesome lines for SetPlayerHoldingObject EASILY) -
vikoo - 27.03.2016
not work
Re: Hold Studio (make awesome lines for SetPlayerHoldingObject EASILY) -
Turbyn3 - 27.08.2018
thx man