29.09.2013, 11:01
Well if you want to be 100 percent sure that it will show that message, then do:
whenever a player uses an animation command.
pawn Код:
TextDrawSetString(txtAnimHelper, "~r~SPACE ~w~to stop the animation");
TextDrawShowForPlayer(playerid, txtAnimHelper);