I can only see myself doing the animation.
#1

Okay, So i am using:
pawn Код:
ApplyAnimation(i, "DANCING", "dance_loop", 6.0, 1, 0, 0, 1,0);
for the winning team, and a other animation for the losing team.

My m8(losing team) could see himself do the animation, but he was not able to see me dancing.
I had the same thing, I could see myself do the animation, but not see him doing it.

Thanks
Reply
#2

Are you PreLoading the anims?
Reply
#3

try this:
for(new i; i<MAX_PLAYERS; i++)
if(IsPlayerConnected(i))
{
ApplyAnimation(i, "DANCING", "dance_loop", 6.0, 1, 0, 0, 1,0);
}
Reply
#4

Quote:
Originally Posted by Kmitska
Посмотреть сообщение
try this:
for(new i; i<MAX_PLAYERS; i++)
if(IsPlayerConnected(i))
{
ApplyAnimation(i, "DANCING", "dance_loop", 6.0, 1, 0, 0, 1,0);
}
He will already have that... Otherwise he will have errors..
Reply
#5

actually i meant this command:

if(IsPlayerConnected(i))
Reply
#6

Quote:
Originally Posted by Kmitska
Посмотреть сообщение
actually i meant this command:

if(IsPlayerConnected(i))
Function, you mean.
Reply
#7

Yes, i have isplayerconnected.

What do you mean by PreLoading?
Reply
#8

ApplyAnimation(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync)
set forcesync to 1
Reply
#9

You can PreLoad anims, look for it on the wiki.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)