30.06.2013, 16:12
Good day. I have a problem - Somewhy animation on NPC doesnt work. Anyone haves a solution? Server sets the skin without any problem btw
I have this in OnPlayerSpawn callback:
Thanks in advance.
I have this in OnPlayerSpawn callback:
pawn Код:
ApplyAnimation(playerid, "DANCING", "null", 0.0, 0, 0, 0, 0, 0);
if (!strcmp(userName, "Sokejas3", true))
{
ApplyAnimation(playerid, "DANCING", "DAN_Left_A", 4.1, 1, 1, 1, 1, 0, 1);
SetPlayerSkin(playerid, 60);
}