Jump to content

Client scripts applied for all players


Recommended Posts

Clientside

  
function disattivaLogin(thePlayer) 
toggleControl("chatbox",true) 
guiSetVisible(GUIEditor.button[1],false) 
guiSetVisible(GUIEditor.button[2],false) 
guiSetVisible(GUIEditor.label[1],false) 
guiSetVisible(GUIEditor.label[2],false) 
guiSetVisible(GUIEditor.edit[1],false) 
guiSetVisible(GUIEditor.edit[2],false) 
guiSetVisible(GUIEditor.staticimage[1],false) 
showCursor(false) 
stopSound(logintheme) 
end 
  
addEvent("onFattoLogin",true) 
addEventHandler("onFattoLogin", getRootElement(), disattivaLogin) 

Serverside

triggerClientEvent("onFattoLogin",getRootElement()) 

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...