SA-MP Forums Archive
[HELP]With my IDLE_CHAT - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]With my IDLE_CHAT (/showthread.php?tid=109542)



[HELP]With my IDLE_CHAT - Lilcuete - 20.11.2009

Ok when i talk in /l the charectors move there hands but when it stops he walk gay how can i fix it heres my gm sorry for bad english
Код:
public OnPlayerText(playerid, text[])
{
	new giver[MAX_PLAYER_NAME];
	new sendername[MAX_PLAYER_NAME];
	new giveplayer[MAX_PLAYER_NAME];
	new tmp[256];
	new string[256];
	new giveplayerid;
  if(PlayerInfo[playerid][pMuted] == 1)
	{
		SendClientMessage(playerid, TEAM_CYAN_COLOR, "You cannot speak, you have been silenced");
		return 0;
	}
ApplyAnimation(playerid, "PED", "IDLE_chat", 4.1, 0, 1, 1, 0, 3000);
{
}
please help thanks



Re: [HELP]With my IDLE_CHAT - MenaceX^ - 20.11.2009

I don't understand what you want?


Re: [HELP]With my IDLE_CHAT - Lilcuete - 20.11.2009

How can i fix the gay walking thing