Copy where? :O
#1

Hi!.


I saw a tuturial on ******* (Moving gates) and they copied about half code like this:

Edit: He maked it movibale and then copied like this:
[img=http://forumbilder.se/thumbs/810201242315P5450.jpg]

And I don't know where/how I should copy mine..

And the result:

[img=http://forumbilder.se/thumbs/df0201242420P229c.jpg]

The tuturial I saw if u need:

[ame]http://www.youtube.com/watch?v=E_aO0Bp64I4[/ame]


Thanks!
Reply
#2

It's obvious he copied the x,y and z coordinates to the MoveObject() function ._.
Reply
#3

Quote:
Originally Posted by king_hual
Посмотреть сообщение
It's obvious he copied the x,y and z coordinates to the MoveObject() function ._.
Okay how should I do? ._.


Farily new scripter beginner...
Reply
#4

Do what he said ._.
Reply
#5

Quote:
Originally Posted by king_hual
Посмотреть сообщение
Do what he said ._.
No because he didn't said he just copeid some where.. Can some one help me?
Reply
#6

Can some one help me pls I don't know how to do (+rep)
Reply
#7

OK from the CreateObject:
Код:
CreateObject(969, copy this - x, copy this - y, copy this - z,0,0, 87.82 ...);
to the MoveObject:
Код:
MoveObject(Gate, paste here - x, paste here - y, paste here - z, 1);
Reply
#8

Quote:
Originally Posted by king_hual
Посмотреть сообщение
OK from the CreateObject:
Код:
CreateObject(969, copy this - x, copy this - y, copy this - z,0,0, 87.82 ...);
to the MoveObject:
Код:
MoveObject(Gate, paste here - x, paste here - y, paste here - z, 1);
Thanks but I don't know to 100 but here is mine code:

Код:
 CreateObject(980,-967.79998779,2715.10009766,52.29999924,0.00000000,0.00000000,277.50000000);
I just need to moving gate thing... Sorry but I didn't knew to 100% how to do xD
Reply
#9

Help pleas
Reply
#10

pawn Код:
Gate = CreateObject
Not simply doing
pawn Код:
CreateObject
You need to assign an object id to the var, but you're not doing it.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)