22.02.2013, 11:28
here this this :
Not Tested
Tell me if it worked
PHP код:
if(strcmp(cmdtext, "/sit", true) == 0)
{
ApplyAnimation(playerid,"INT_OFFICE","OFF_Sit_Type_Loop", 4.0, 1, 0, 0, 0, 0);
return 1;
}
Tell me if it worked