18.06.2009, 18:52
I hope this is the way,I havent tried it before
Also dont forget to add your OnPlayerText <-------System
public OnPlayerText(playerid, text[])
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1, 1,1,1); //or you might have this like that
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_CHA T);
PlayerUsingAnim[playerid] = 1;
AnimTimer = SetTimerEx("HideText",5000,0,"i",playerid);
return 1;
}
I might be wrong I havent tried so...keep searching or someone else will tell you
Also dont forget to add your OnPlayerText <-------System
public OnPlayerText(playerid, text[])
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1, 1,1,1); //or you might have this like that
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_CHA T);
PlayerUsingAnim[playerid] = 1;
AnimTimer = SetTimerEx("HideText",5000,0,"i",playerid);
return 1;
}
I might be wrong I havent tried so...keep searching or someone else will tell you