Kevin_Linden Posted March 4, 2010 Share Posted March 4, 2010 How can i make a object/person that stands there all the time that you can click that pops up a gui? Link to comment
50p Posted March 4, 2010 Share Posted March 4, 2010 How can i make a object/person that stands there all the time that you can click that pops up a gui? The most important thing about "How to" questions is the answer from yourself. Think about what you'll need to do for something to happen. If you think or search longer, most of the time the questions are answered without need to ask a question. Lets think logically: You want a ped to stand still, then why don't you make one with createPed? You want to show GUI when you click at him/her, why don't you use onClientClick event to detect clicking, showCursor to show/hide cursor to allow player to click and guiSetVisible to show/hide the GUI? If you don't know how to combine them all then read tutorials (probably again) or at least try to script it and ask again if you'll have problems because we want to help you to learn. Link to comment
Kevin_Linden Posted March 4, 2010 Author Share Posted March 4, 2010 Thanks 50p. I can now look them up on the wiki! 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