You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My problem is that it doesn't play animations, I've tried it also with regular npcs - same deal.
I've tried preloading the libs for the player and the npcs - nothing.
here's my code
`
public OnGamemodeInit()
{
kasininkas=FCNPC_Create("Kasininkas");
FCNPC_Spawn(kasininkas,217,-166.7957,1017.0024,19.7427);
}
But the players is always streamed in from when he just spawns, the player is near the NPC and the npc doesn't have to restream
I've tried out preloading libs using SetAnimationByName, and when I spawn, the animation plays for one time but, when I call this timer and try to get the animation to work then, it does nothing
EDIT: SetAnimationByName*
My problem is that it doesn't play animations, I've tried it also with regular npcs - same deal.
I've tried preloading the libs for the player and the npcs - nothing.
here's my code
`
`
Do any of u have an idea what might be wrong?
The text was updated successfully, but these errors were encountered: