I Have Problem With NPC
#1

this problem : warning 202: number of arguments does not match definition

And this is that line:
Actor1 = CreateActor(155, -1719.6086, 1363.2816, 7.1875, 54.0771);
ApplyActorAnimation(Actor1, "COP_AMBIENT", "Coplook_loop", 4.1, 1, 0, 0, 0, 0, 1);
Reply
#2

try this
Код:
ApplyActorAnimation(Actor1, "COP_AMBIENT", "Coplook_loop", 4.1, 1, 0, 0, 0, 0);
Reply
#3

Quote:
Originally Posted by FuNkYTheGreat
Посмотреть сообщение
try this
Код:
ApplyActorAnimation(Actor1, "COP_AMBIENT", "Coplook_loop", 4.1, 1, 0, 0, 0, 0);
it's work thanks you very much
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)