LasHa Posted April 11, 2015 Share Posted April 11, 2015 (edited) Solved Buttons problem now please read last reply Edited April 12, 2015 by Guest Link to comment
Ryancit2 Posted April 11, 2015 Share Posted April 11, 2015 addEventHandler("onClientGUIClick", closeButton, closeWindow, false) addEventHandler("onClientGUIClick", buyVipButton, openWindow1, false) addEventHandler("onClientGUIClick", buyingCloseButton, closeWindow1. false) addEventHandler("onClientGUIClick", backButton, backWindow, false) addEventHandler("onClientGUIClick", First, finishFirstOpen, false) addEventHandler("onClientGUIClick", finishFirstCancel, finishFirstClose, false) Add 'false' at end of onClientGUIClick events, that makes it forced to be triggered only when clicked on child but not on parent. Link to comment
LasHa Posted April 12, 2015 Author Share Posted April 12, 2015 Thank you very much it works fine. i just have small problem. I want to connect setElementData to setTimer. like that if player buys 2000 hours of VIP, 2000 hours timer will start. and can i get remaining time and to add ElementData to that remaining time? 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