Como poner la animacion de hablar ,al escribir IC (Roleplay)
#9

Код:
public OnPlayerText(playerid, text[])
{
    ApplyAnimation(playerid,"PED","IDLE_chat",4.1,0,0,0,strlen(text)*200,0);
	new sendername[MAX_PLAYER_NAME],string[256],tmp[32];
	new giveplayer[MAX_PLAYER_NAME];
	if(Muted[playerid] == 1)
	{
		SendClientMessageEx(playerid, COLOR_GRAD2, "* ЎHas sido silenciado!");
		return 0;
	}
No lo pongo todo porque es largisimo...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)