20.12.2014, 02:18
hey i setted my npc anim to
CMD:testanimnpc(playerid, params[])
{
ApplyAnimation(nowhere, "INT_SHOP", "SHOP_LOOP", 4.0, 0, 0, 0, 1, 0, 1); //
return 1;
}
when i use this it work when i'm in range of npc but when i go faraway and comeback i can't see animation anymore
what to do now?
CMD:testanimnpc(playerid, params[])
{
ApplyAnimation(nowhere, "INT_SHOP", "SHOP_LOOP", 4.0, 0, 0, 0, 1, 0, 1); //
return 1;
}
when i use this it work when i'm in range of npc but when i go faraway and comeback i can't see animation anymore
what to do now?