Move object...
#1

I've made a map and am using MidoStreamer to stream the objects. Basically, all I want to do is make this object:
Код:
CreateStreamObject(980, 528.965149, 2975.480713, 5.272058, 0.0000, 0.0000, 0.0000, 500);
Move down into the ground automatically once a RCON admin goes near it.
How can I do this?
Thanks.
Reply
#2

Search forum for "moving gates"
Reply
#3

Yes, thanks, but I want it to open automatically, not with a command..
Reply
#4

Use OnPlayerUpdate to determine if player's position is near the gate, and if it use run a function ONCE(means once'its opening don't bother opening it again//use variable) and if no player is near it, you close it ONCE (Best to use 1 variable per gate ie: new PDGateToggle
Reply
#5

Er.. thanks but... I really have no clue what the hell you are talking about
Reply
#6

use getplayertopoint and put it under onplayerupdate to check if they are in the area, if they are then the object moves
Reply
#7

Er... nevermind. I think I'll just make it a command.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)