Chat Animation problem
#7

Quote:
Originally Posted by IzadorO
Посмотреть сообщение
Use the IsPlayerIdle snippet and edit it so that the animation only plays if the player is idle, which means that no other animations are currently playing.

Код:
stock IsPlayerIdle(playerid) {
	new
	    index = GetPlayerAnimationIndex(playerid);

	return ((index == 1275) || (1181 <= index <= 1192));
}
Not working..
Reply


Messages In This Thread
Chat Animation problem | Nobody knows? ???????? - by Vizi - 05.02.2016, 14:32
Re: Chat Animation problem - by amirm3hdi - 05.02.2016, 15:37
Re: Chat Animation problem - by Vizi - 05.02.2016, 17:00
Re: Chat Animation problem - by amirm3hdi - 05.02.2016, 17:03
Re: Chat Animation problem - by Vizi - 05.02.2016, 17:04
Re: Chat Animation problem - by IzadorO - 05.02.2016, 17:39
Re: Chat Animation problem - by Vizi - 05.02.2016, 20:24
Re: Chat Animation problem - by Vizi - 06.02.2016, 10:03
Re: Chat Animation problem - by Vizi - 07.02.2016, 11:09
Re: Chat Animation problem - by Vizi - 08.02.2016, 15:44

Forum Jump:


Users browsing this thread: 1 Guest(s)