Results 1 to 10 of 32

Thread: Timed Door

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private
    Join Date
    Jan 2014
    Posts
    38
    Thanks
    9
    Thanked 1 Time in 1 Post
    Ill try and i will report back

  2. #2
    Private
    Join Date
    Jan 2014
    Posts
    38
    Thanks
    9
    Thanked 1 Time in 1 Post
    But i know something. Like i want like a double door, that opens and one part goes to the right, and the other part will go the the left. like this:
    Click image for larger version. 

Name:	door1.PNG 
Views:	62 
Size:	238.1 KB 
ID:	662Click image for larger version. 

Name:	door2.PNG 
Views:	63 
Size:	202.4 KB 
ID:	663

  3. #3
    Private
    Join Date
    Jan 2014
    Posts
    38
    Thanks
    9
    Thanked 1 Time in 1 Post
    All i problaby need now is something like this:
    main()
    {
    something = getEnt("something", "targetname");

    angle = 90; // 4 times = one full round
    seconds = 1;

    while (1)
    {
    for (i=0; i<4; i++)
    {
    iprintlnbold("rotateYaw " + i); // 0,1,2,3 = 4
    something rotateYaw(angle, seconds);
    something waittill("rotatedone");
    }
    From http://killtube.org/showthread.php?3...ng-brushmodels

    Just that it takes 10 mins before it starts opening. and it rotates just 90 degrees and stops

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •