ApplyAnimations problem
#1

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:
PHP код:
                ClearAnimations(playerid);
                
PreloadAnimLib(playerid,"PED" );
                
ApplyAnimation(playerid,"PED","SEAT_idle"4.0000001);
                
ApplyAnimation(playerid,"PED","SEAT_idle"4.0000001);
                
ApplyAnimation(playerid,"PED","SEAT_idle"4.0000001);
                
ApplyAnimation(playerid,"PED","SEAT_idle"4.0000001);
                
SetPlayerCameraPos(playerid758.7686, -2214.501266.8262);
                
SetPlayerCameraLookAt(playerid758.5070, -2215.471266.4013);
                
TogglePlayerControllable(playerid0); 
Reply
#2

ApplyAnimation(playerid, "PED", "SEAT_idle", 4.0, 1, 0, 0, 0, 0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)