Hoka1234 Posted July 4, 2012 Share Posted July 4, 2012 Tired for Opening garages? Now u can open it with very easy idea That Script i made it when i am free , really easy easy easy , and simple , any one can use it and open garages with it SF Garage , CJ Garage , any garage u want ------------------------------------------ First of all: Download the Script: https://community.multitheftauto.com/index.php?p= ... ls&id=5167 and unzip the script , then change script folder name to (Garages2) and then open ur server console or if ur server already opened , go to the Game , then type in main chat (/cjhouse) with out caps , for open and close CJ House garage so CJ Garage will open , for close it type the same command .. ------------------------------------ Okay , if u want to open another garage go to: https://wiki.multitheftauto.com/wiki/Garage ------------------------------------- Then open (Garages2) Folder and Open Garages.Lua and you will see That Code Number setGarageOpen(ID,true) The ID = Garage ID so if CJ House is (9) so u gonne see the code as Number setGarageOpen(9,true) To Change the code goto the wiki , pick the garage number you want. Example: if u want open santia maria Beach Garage go to wiki , then look at the list you gonne see (13 = ID | Player Garage: Santa Maria Beach) so open Garages Folder then open Garages.Lua , then change the all (9) id to 13. Like: Number setGarageOpen(13,true) and Save then Go in the game and type /start garages2 after that go at Santia maria Beach and be front of (CJ House) then type /cjhouse and the Garage will Open. to close it use the same command soon i ll add new resoucre wait it sorry for bad english Link to comment
yMassai Posted July 13, 2012 Share Posted July 13, 2012 Cool, i have not tested the operation of the script. You have added a note explanatory and a big image on the topic. I think you could be if expressed in few words. Link to comment
Hoka1234 Posted July 22, 2012 Author Share Posted July 22, 2012 Cool, i have not tested the operation of the script.You have added a note explanatory and a big image on the topic. I think you could be if expressed in few words. , just for let new people understand Link to comment
Reaper Posted November 5, 2017 Share Posted November 5, 2017 i'll added cjhouse garage and santa maria beachhouse garage also in same script, now if I type /cjhouse command, all 2 garages open in same time.. can you fix this... function open(toggle) if toggle == true then setGarageOpen(9,true) garage = true end if toggle == false then setGarageOpen(9,false) garage = false end if toggle == true then setGarageOpen(13,true) garage = true end if toggle == false then setGarageOpen(13,false) garage = false end end Link to comment
Reaper Posted January 24, 2018 Share Posted January 24, 2018 in one command, open all grages at the same time.. can we open only one garage what we want at one time Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now