scratcher911 Posted August 6, 2012 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.
TAPL Posted August 6, 2012 Posted August 6, 2012 Download any House System from community and look at their code and you will know how.
Castillo Posted August 6, 2012 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. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Castillo Posted August 7, 2012 Posted August 7, 2012 What do you mean by calculate? San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
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