[Include] Barrier movement effect
#1

What's this?
By using this include, you allow players to see how a barrier is going to rotate rx,ry,rz.

It can handle more than two barriers that move/rotate at the same time.

Warning! Be careful when you set RX, RY, RZ!

Example
pawn Код:
//Create barrier
barrier = CreateObject(968,2102.7000000,-2059.6001000,13.3000000,0.0000000,270.0000000,46.0000000); //object(barrier) (1)

//Move barrier to vertical position.
MoveBarrier(barrier, 2102.7000000,-2059.6001000,13.3000000, 0.2, 0.0000000,360.0000000,46.0000000);

//Back to normal. Orizontal position.
MoveBarrier(barrier, 2102.7000000,-2059.6001000,13.3000000, 0.2, 0.0000000,270.0000000,46.0000000);
Video
http://*********/_T-hlLpTa94

Download
http://pastebin.com/WUBNeMd7
Reply
#2

Ooh nice script thank you.
Reply
#3

nice script
Reply
#4

I needed that. Thanks!
Reply
#5

It does not work with Streamer?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)