05.04.2016, 19:51
Hi. On my server, when you need to register your account you are teleported to an interior.
And on that interior I have some chairs. On one chair i want to apply an annimation but It doesn't work. Why ?
code:
And on that interior I have some chairs. On one chair i want to apply an annimation but It doesn't work. Why ?
code:
PHP код:
ClearAnimations(playerid);
PreloadAnimLib(playerid,"PED" );
ApplyAnimation(playerid,"PED","SEAT_idle", 4.0, 0, 0, 0, 0, 0, 1);
ApplyAnimation(playerid,"PED","SEAT_idle", 4.0, 0, 0, 0, 0, 0, 1);
ApplyAnimation(playerid,"PED","SEAT_idle", 4.0, 0, 0, 0, 0, 0, 1);
ApplyAnimation(playerid,"PED","SEAT_idle", 4.0, 0, 0, 0, 0, 0, 1);
SetPlayerCameraPos(playerid, 758.7686, -2214.5012, 66.8262);
SetPlayerCameraLookAt(playerid, 758.5070, -2215.4712, 66.4013);
TogglePlayerControllable(playerid, 0);