21.08.2012, 10:26
i got a problem if i type /sit infront of he couch he doesnt sit exactly on the couch he sits in the air infront of it here's the code the same thing is with /sleep
Код:
if (strcmp("/sit", cmdtext, true, 10) == 0)
{
ApplyAnimation(playerid,"ped","SEAT_down",4.1,0,1,1,1,1);
return 1;
}

