scratcher911 Posted August 6, 2012 Share Posted August 6, 2012 I have a question. I am doing house system using MySQL. Can I ask how you use it for when player hits marker it spawns him in interrior and way out ? Whats the easiest way. Link to comment
TAPL Posted August 6, 2012 Share Posted August 6, 2012 Download any House System from community and look at their code and you will know how. Link to comment
Castillo Posted August 6, 2012 Share Posted August 6, 2012 What I'd on SAUR at my house system was: Create two 2 colshapes + pickups and set as element data the colshapes to each. Like this: setElementData ( entranceCol, "destination", exitCol ) setElementData ( exitCol, "destination", entranceCol ) This way you can just get the position/interior/dimension of that colshape and set it. Link to comment
scratcher911 Posted August 7, 2012 Author Share Posted August 7, 2012 how to calculate a COL ? Link to comment
Castillo Posted August 7, 2012 Share Posted August 7, 2012 What do you mean by calculate? 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