You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As the title says, if you change the position of a player while he/she is using a jetpack, the jetpack will be removed, but later given back if the skin is changed.
To reproduce
addCommandHandler ( "bugme",
function ( thePlayer )
localx, y, z=getElementPosition ( thePlayer )
givePedJetPack ( thePlayer )
setElementPosition ( thePlayer, x+1, y+1, z )
end
)
addCommandHandler ( "bugme2",
function ( thePlayer )
localskins=getValidPedModels ( )
setElementModel ( thePlayer, skins [ math.random ( #skins ) ] )
end
)
Expected behaviour
No removal of jetpack.
MTA version:
Multi Theft Auto v1.5.8-release-20804
Describe the bug
As the title says, if you change the position of a player while he/she is using a jetpack, the jetpack will be removed, but later given back if the skin is changed.
To reproduce
Expected behaviour
No removal of jetpack.
MTA version:
Multi Theft Auto v1.5.8-release-20804
Additional context
From https://bugs.mtasa.com/view.php?id=8804
The text was updated successfully, but these errors were encountered: