Jump to content

help


golanu21

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...