10.02.2009, 04:19
Hey i put in the non auto timer gate first, that worked ok, it took me a while to figure the right places out for the codes, now im thrown off again, where exactly am i supposed to create the public time codes:
Код:
// Create These Publics public LSPDBarrier1Timer() { SetObjectRot(LSPDBarrier1,0.000000,89.000000,269.818847); } public LSPDGate1Timer() { MoveObject(LSPDGate1, 1588.265991,-1638.143554,9.534472,0.4); } public SFPDBarrier1Timer() { MoveObject(LSPDGate1, 1588.265991,-1638.143554,15.014236,0.4); } public SFPDBarrier2Timer() { SetObjectRot(SFPDBarrier2,0.000000,-89.000000,269.939086); } public SFPDGate1Timer() { MoveObject(SFPDGate1, -1627.696777,688.464660,9.414549,0.4); } public LVPDBarrier1Timer() { SetObjectRot(LVPDBarrier1, 0.000000,89.000000,271.965820); } public LVPDGate1Timer() { MoveObject(LVPDGate1, 2293.974853,2497.135498,4.561177,0.4); } public LVPDGate2Timer() { MoveObject(LVPDGate2, 2335.075195,2443.761474,7.144308,0.4); }