SetPlayerSpecialAction with jetpack
#1

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
Reply
#2

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.
Reply
#3

Since it is not the way to remove the jetpack, there's no sound. It is not a bug.
Reply
#4

okay, didn't know.. didn't do anything with jetpacks yet.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)