golanu21 Posted March 21, 2013 Share Posted March 21, 2013 i make this when i click on Invisibile Row, and set to make me invisibile, but now i want to: when I press again invisibile row and button set, to make me visibile, how i do that ? addEventHandler("onClientGUIClick",set, function () local pos = guiGridListGetItemText ( pos, row1, poscol ) if pos == "invisibile" then setElementAlpha(localPlayer, 0 ) end end, false) 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