03.06.2015, 18:25
PHP код:
forward AnimacaoEmComa(playerid);
new animacao_forcada3[MAX_PLAYERS];
public AnimacaoEmComa(playerid)
{
ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.1 , 1, 1, 1, 0, 4000, 0) ; //animation set up to be in a continuos loop
}
public FuncaoHospital(id) //function call to when the patient is discharged, have more code in this function, put only what you need
{
SetPlayerSpecialAction(id, 0);
ClearAnimations(id); //This function is to disconnect / end the Timer and animations;
}