15.07.2011, 19:56
Probably alot of people faced this issue. So, I have this command, /chairsit:
So the problem is, when I do /chairsit, the animation does apply to the player, but the player, instead of getting on the seat, he gets above the seat, like having a gap of air in between him and the chair. Is there any solution for it, something like changing his pos or anything to get him placed on the seat successfully? Or is there any other animation which works best to make him RPly sit down on a chair?
pawn Код:
if(strcmp("/chairsit", cmdtext, true, 4) == 0)
{
ApplyAnimation(playerid,"PED","SEAT_down",3,0,1,1,1,1,1);
return 1;
}