SetPlayerSpecialAction with jetpack - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (
https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: SetPlayerSpecialAction with jetpack (
/showthread.php?tid=281958)
SetPlayerSpecialAction with jetpack -
NaS - 08.09.2011
Hey,
I found another sound bug:
If you give a player a Jetpack with SetPlayerSpecialAction(playerid, 2); and remove it with SetPlayerSpecialAction(playerid, 0); the sound of the jetpack doesn't disappear.
Greets,
NaS
AW: SetPlayerSpecialAction with jetpack -
Meta - 08.09.2011
Better remove it by freezing and unfreezing.
pawn Код:
TogglePlayerControllable(playerid, 0);
TogglePlayerControllable(playerid, 1);
Use it with caution as it could cause unfreezing where you don't want it.
Re: SetPlayerSpecialAction with jetpack -
leong124 - 09.09.2011
Since it is not the way to remove the jetpack, there's no sound. It is not a bug.
AW: SetPlayerSpecialAction with jetpack -
NaS - 09.09.2011
okay, didn't know.. didn't do anything with jetpacks yet.