/chairsit?
#1

Well, I've gone through the whole MTA Animations and I can't seem to come across the animation that blends the player with the chair, I was simply wondering if anyone knew which animation it was, and are willing to share.

Thanks,
Shadow.
Reply
#2

Quote:
Originally Posted by TheShadow™
whole MTA Animations
Why don't you try going through the whole SAMP Animations.

or search for some FS that provides anims.
Reply
#3

I've been through all the MTA Animations which is equivalent to Seifs 0.1 - 0.3 animations (( over 2 hours checking. ))
Reply
#4

Код:
if (strcmp("/sitchair", cmdtext, true, 10) == 0)
{
if(GetPlayerState(playerid) != PLAYER_STATE_ONFOOT)
{
SendClientMessage(playerid, COLOR_YELLOW, "This can't be used when not on foot!");
return 1;
}
ApplyAnimation(playerid, "FOOD", "FF_Sit_Look", 3.1, 1,0,0,0,0);
GameTextForPlayer(playerid, " ~W~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~G~sprint ~W~ to end animation", 5000, 6);
animated[playerid] = 1;
return 1;
}
Edit to your own needs.

Reply
#5

Thanks mate, it's not exactly what I want you see.

I want it so you're actually on the chair not infront of it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)