Question.
#1

Would it be possible to script in birds that move in a motion/direction you set? Is there like way to get the texture or whatever you do of the birds and use it many ways?

Thanks,

Liam.
Reply
#2

Can you show us a example. Honestly - I don't really understand you.
Reply
#3

I guess he means like a NPC bird.

I guess no.
Reply
#4

maybe with objects?
Reply
#5

You know how you see like birds just flying in the air? That's what I'm talking about.

And no, you can't?
Reply
#6

Quote:
Originally Posted by Liam
Посмотреть сообщение
You know how you see like birds just flying in the air? That's what I'm talking about.

And no, you can't?
Well,to be honest i found a SHARK moving on Crazybob Cops and Robbers server,also a Cow,but those were made because they were Objects, Honestly,it might work if the birds are Objects,i'm not sure if the birds are a OBJECT or Not.
Reply
#7

That's what I'm trying to figure out
Reply
#8

Quote:
Originally Posted by Liam
Посмотреть сообщение
That's what I'm trying to figure out
Open MTA,type in "Search" "Bird" or "Birds", when i type "fish" it works.
Reply
#9

No but make them also go into a direction I want them to
Reply
#10

If it is a object

pawn Код:
MoveObject(objectid, x, y, z, speed);
But you must define the object

[pawn]OnGame...
{
Birds[0] = CreateObject(objectid, x, y, z);
}

Then use the code above as such

pawn Код:
MoveObject(Birds[0], x, y, z, speed);
I'm guessing you know how to define birds
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)