Mike95 Posted May 9, 2013 Share Posted May 9, 2013 Please teel me how to make Elevator to interior? Link to comment
PaiN^ Posted May 9, 2013 Share Posted May 9, 2013 If you allready know how to make elevators, Then use setElementInterior . Link to comment
ice_brasil Posted May 9, 2013 Share Posted May 9, 2013 function InteriorName (thePlayer) setElementInterior ( thePlayer, 15, 2215.8032226563, -1150.6900634766, 1025.796875 ) ~~~Pos your interior (cordenates) outputChatBox ( "[#f1f1f1/teste]#ff0000O player ".. getPlayerName(thePlayer) .."go to motel", getRootElement(),255,20,0,true) ~~ Msg on function used. end addCommandHandler ( "InteriorName",InteriorName ) command for go interior Link to comment
Mike95 Posted May 9, 2013 Author Share Posted May 9, 2013 I tried but I can not get it Link to comment
iPrestege Posted May 9, 2013 Share Posted May 9, 2013 I Don't know what you are trying to do you want to join a interior from the gta sa interiors ? Link to comment
Mike95 Posted May 9, 2013 Author Share Posted May 9, 2013 What kind of code? I installed the server map interior design and want to make it to the Interior rather than elevators Link to comment
PaiN^ Posted May 9, 2013 Share Posted May 9, 2013 You want to make elevators inside interiors right ? If so, Show us the code where you create that elevator . If not, Explain better please . Link to comment
Mike95 Posted May 9, 2013 Author Share Posted May 9, 2013 I already have elevators in mapped interior, I want to redo the elevator to interior.I`m from Latvia and i have bad English sorry! Link to comment
PaiN^ Posted May 9, 2013 Share Posted May 9, 2013 So you want to re-create them at the same spot ? If so, Use : createObject setElementInterior Link to comment
Mike95 Posted May 9, 2013 Author Share Posted May 9, 2013 I`m not a proffesional scripter,in eed this elevator arrow do to interior arrow Link to comment
Drakath Posted May 9, 2013 Share Posted May 9, 2013 You want to create the marker as an arrow? If yes then: createMarker ( x , y , z, "arrow", 2, 255, 255, 0, 200 ) Link to comment
Mike95 Posted May 9, 2013 Author Share Posted May 9, 2013 I mapped a interior,put it to serveri,create a elevator to this mepped interior,i have a arrow to this interior - this arrow is I do with command /addelevator,i need do this elevator arrow to interior !now understand ? Link to comment
PaiN^ Posted May 9, 2013 Share Posted May 9, 2013 Still don't understand Dx If you can speak any other language search for it in the sub-forums > here 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