Problem with /sit and /sleep
#1

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;
    }
Reply
#2

Try some diffrent animation
Reply
#3

its not working with any anim i tried
Reply
#4

That's because the couch is solid, which doesn't allow you to sit "Inside" it...
Reply
#5

But on some servers i played they could sit on it Hmmm
Reply
#6

Anyone?

edit: sry for double post and bumping i didnt see its only allowed after 24 hours
Reply
#7

anyone can help me?
Reply
#8

That's a triple post there, bro.
I suggest that you stop bumping your thread so much.

If you get no answer, that means people don't know how to help you out.
Reply
#9

Here. Hope this helped.

Код:
ApplyAnimation(playerid, "PED", "SEAT_idle", 1.0, 1, 0, 0, 0, 0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)