13.02.2013, 05:08
(
Последний раз редактировалось niCe; 13.02.2013 в 06:42.
)
I have recently noticed this: When you use different value than 0 for "time" parameter in ApplyAnimation, only the player who has been set the anim will see the animation, and other players see either no animation at all, or the carrying animation ("CARRY", "crry_prtial"). And even "forcesync" parameter won't change anything.
Example:
Can someone confirm this?
//EDIT: I guess there must be something else that causes this problem as it happens only sometimes. When you reconnect to server, it seems to be resolved and you will see the anims set to other players.
Example:
pawn Код:
ApplyAnimation(playerid,"POOL","POOL_Med_Start",4,0,0,0,1,500);
ApplyAnimation(playerid,"PED","swat_run",4,1,1,1,1,500,1);
//EDIT: I guess there must be something else that causes this problem as it happens only sometimes. When you reconnect to server, it seems to be resolved and you will see the anims set to other players.