Guest Posted June 21, 2009 Share Posted June 21, 2009 (edited) Hello, as you may know I am the creator of GTA Makedonija and the creator of GTA Makedonija Script Mod V1, a mod that enchances the script to use the custom files more through out the game. I would like to share these lines with you that has been extracted from the GTA Makedonija V Script Mod. 07FB: set_interior 'CARLS' access 0 // Kyka Jovanov 07FB: set_interior 'AMMUN1' access 1 // Ammu-Nation 07FB: set_interior 'AMMUN2' access 1 // Ammu-Nation 07FB: set_interior 'AMMUN3' access 1 // Ammu-Nation 07FB: set_interior 'AMMUN4' access 1 // Ammu-Nation 07FB: set_interior 'AMMUN5' access 1 // Oruzje Makedonija 07FB: set_interior 'BARBERS' access 1 // Frizersko 07FB: set_interior 'BARBER2' access 1 // Frizersko 07FB: set_interior 'BARBER3' access 1 // Frizersko 07FB: set_interior 'FDPIZA' access 1 // Korzo Pici 07FB: set_interior 'FDCHICK' access 1 // Korzo 07FB: set_interior 'FDBURG' access 1 // Korzo Hamburgi 07FB: set_interior 'TATTOO' access 1 // Tattoo Parlor 07FB: set_interior 'CSCHP' access 1 // Binco 07FB: set_interior 'CSSPRT' access 1 // Pro-Laps 07FB: set_interior 'LACS1' access 1 // Sub Urban 07FB: set_interior 'CLOTHGP' access 1 // Zip 07FB: set_interior 'CSDESGN' access 1 // Victim 07FB: set_interior 'CSEXL' access 1 // Didier Sachs 07FB: set_interior 'GYM1' access 1 // Ohridsko Jim 07FB: set_interior 'GYM2' access 0 // Cobra Marital Arts 07FB: set_interior 'GYM3' access 0 // Below the Belt Gym 07FB: set_interior 'PDOMES' access 0 // The Pleasure Domes 07FB: set_interior 'PDOMES2' access 0 // The Pleasure Domes 07FB: set_interior 'MADDOGS' access 1 // Madd Dogg's Crib 07FB: set_interior 'MDDOGS' access 1 // Madd Dogg's Crib 07FB: set_interior 'GANG' access 0 // Vagos Gang House 07FB: set_interior 'RCPLAY' access 0 // Zero's RC Shop 07FB: set_interior 'PAPER' access 0 // Planning Department 07FB: set_interior 'ABATOIR' access 0 // Sindacco Abattoir 07FB: set_interior 'LACRAK' access 1 // Crack Den 00BE: text_clear_all As you are able to see above the lines represent interiors. They have been enabled at the start of the game therefore adding more realism, to enter a public building without unlocking it. This mod does not affect the other missions. 09E6: set_burglary_houses_accessible 1 Actor.Armour($PLAYER_ACTOR) = 100 Actor.Health($PLAYER_ACTOR) = 100 Player.Money($PLAYER_CHAR) += 1000 As you are able to see above in the first line you are able to enter many houses by enableing 09E6 and in the last line you are able to see that you now start with D1000. Edited June 21, 2009 by Guest Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now