ckc 0 Posted August 19, 2005 Share Posted August 19, 2005 What should be done to slide the prison cell gate open just like in VC? I can't find any object created in the LSPD, does it mean that the gates aren't dynamic objects? Link to post Share on other sites
Demarest 24 Posted August 19, 2005 Share Posted August 19, 2005 like in VC Should've been your first clue. In VC, they moved it with opcode 034E. An odd opcode that simultaneously issued the command to move as well as check if it had reached it's destination yet. Still, first search of that in SA's code shows it being used in a thread called APGATE. In fact, there's an external thread named simply GATES_SCRIPT. So pardon me, but I'm certain you didn't put forth much effort before turning to the community Link to post Share on other sites
GTASan Andreas CJ Rules 0 Posted August 28, 2005 Share Posted August 28, 2005 (edited) the gates are objects. its used in barbaras room so its classed as a MAJOR object. ive seen it b4. but im gettin kinda tired. 4 hours sleep a night Edited August 28, 2005 by GTASan Andreas CJ Rules Link to post Share on other sites
Demarest 24 Posted August 28, 2005 Share Posted August 28, 2005 its used in barbaras room so its classed as a MAJOR object. I'm not sure I follow. What's the difference between an object and a major object? Link to post Share on other sites
GTASan Andreas CJ Rules 0 Posted August 31, 2005 Share Posted August 31, 2005 i dunno but some interior items (cell gate) are in 1 ipl. and they seem to be very important objects to the game. the game is just ingluded in the file so its a major object. I WANT MY CASINO BACK!!!!!!!! Link to post Share on other sites
Demarest 24 Posted August 31, 2005 Share Posted August 31, 2005 The way you put it would lead people that didn't know much about modding to believe that there are major and minor objects and somehow a difference. I just wanted to set the record straight. Link to post Share on other sites
DiCanio 0 Posted September 3, 2005 Share Posted September 3, 2005 I think he means Dynamic objects? Link to post Share on other sites
GTASan Andreas CJ Rules 0 Posted September 6, 2005 Share Posted September 6, 2005 Link to post Share on other sites
dertyjerzian 4 Posted September 6, 2005 Share Posted September 6, 2005 He means the generic IDE's. More specifically, as DiCanio stated, the Dynamic and Dynamic2 IDE files. Many of the files in that IDE have an extra attribute. Well, they all do. From swinging doors to damage. Link to post Share on other sites
Demarest 24 Posted September 6, 2005 Share Posted September 6, 2005 I somehow missed what you were trying to say here. Wonder why Link to post Share on other sites