13.10.2013, 17:49
Hello! I have little problem. I have /shakehand command, and when two players try to use it, player 1 only sees his animation and second player sees his command. I have preloaded anim libs, and I tried to put force sync to 1 in ApplyAnimation but it won't work. Here is my code:
Does anyone know why players see only their animations?
pawn Код:
ApplyAnimation(playerid,"GANGS","hndshkaa",4.0,1,1,1,0,1000,1);
ApplyAnimation(PendingHandshake[playerid],"GANGS","hndshkaa",4.0,1,1,1,0,1000,1);