Mimimiguel Posted August 21, 2011 Share Posted August 21, 2011 Where is it located? I couldn't find it, if someone knows where it is, post it please The garage name is: 'SFPD Police Impound Garage' Link to comment
JR10 Posted August 21, 2011 Share Posted August 21, 2011 You can, make a script to get you there. Client side: addCommandHandler("gotogarage", function ( cmd , garageID ) garageID = tonumber ( garageID ) if garageID == nil or garageID < 0 or garageID > 49 then outputChatBox ( "Invalid Garage ID." , 255 , 0 , 0 ) return end local gX , gY, gZ = getGaragePosition ( garageID ) setElementPosition ( getLocalPlayer ( ) , gX , gY , gZ ) end) Use it like: /gotogarage 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