Freezing animation
- 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: Freezing animation (
/showthread.php?tid=637541
)
Freezing animation -
aoky
- 16.07.2017
PHP Code:
ApplyAnimation
(
playerid
,
"GANGS"
,
"prtial_gngtlkA"
,
4.0
,
1
,
0
,
0
,
1
,
strlen
(
text
) *
100
,
1
);
This is freezing the player, I want to make it so he can freely move while the animation is playing. I've locked the X & Y but get the same issue.