Fix stopanim tip locale msg

This commit is contained in:
Vortrex
2022-01-07 19:50:32 -06:00
parent 1a6d70b0fc
commit ac7e16cac1

View File

@@ -40,8 +40,8 @@ function playPlayerAnimationCommand(command, params, client) {
return false;
}
messagePlayerTip(client, getLocaleString(client, "AnimationStopCommandTip"));
makePlayerPlayAnimation(getPlayerData(client).ped, animationSlot, animationPositionOffset);
messagePlayerTip(client, getLocaleString(client, "AnimationStopCommandTip", "{ALTCOLOUR}/stopanim{MAINCOLOUR}"));
makePlayerPlayAnimation(client, animationSlot, animationPositionOffset);
}
// ===========================================================================