17.03.2016, 06:15
Quote:
Quote:
public OnPlayerText(playerid, text[]) { if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) { new Length = strlen(text); new time = Length*200; ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1, 1,1,time); ClearAnimations(playerid); return 1; } |