diff --git a/scripts/server/animation.js b/scripts/server/animation.js index f0a9c44c..b206b30c 100644 --- a/scripts/server/animation.js +++ b/scripts/server/animation.js @@ -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); } // ===========================================================================