iFoReX Posted June 29, 2012 Share Posted June 29, 2012 how to make a GUI for that only can see 2 players ? Link to comment
iFoReX Posted June 29, 2012 Author Share Posted June 29, 2012 For example I with a friend can see a window PRIVATE Link to comment
iFoReX Posted June 29, 2012 Author Share Posted June 29, 2012 mmm Ok but I want it : GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Edit = {} GUIEditor_Grid = {} GUIEditor_Window[1] = guiCreateWindow(0.32,0.2817,0.3625,0.28,"Ventana de Llamados",true) GUIEditor_Edit[1] = guiCreateEdit(40,69,201,36,"",false,GUIEditor_Window[1]) GUIEditor_Button[1] = guiCreateButton(80,113,115,39,"Llamar !",false,GUIEditor_Window[1]) GUIEditor_Window[2] = guiCreateWindow(0.1375,0.14,0.8012,0.775,"Historial de la Llamada",true) GUIEditor_Grid[1] = guiCreateGridList(9,30,483,364,false,GUIEditor_Window[2]) guiGridListAddColumn(GUIEditor_Grid[1],"Mensaje",0.2) GUIEditor_Button[2] = guiCreateButton(514,82,61,38,"Enviar !",false,GUIEditor_Window[2]) GUIEditor_Edit[2] = guiCreateEdit(10,403,481,41,"",false,GUIEditor_Window[2]) GUIEditor_Button[3] = guiCreateButton(512,136,61,38,"Cancelar",false,GUIEditor_Window[2]) guiSetVisible(GUIEditor_Window[1],false) guiSetVisible(GUIEditor_Window[2],false) showCursor(false) bindKey("L","down",function() guiSetVisible( Im doing the Bindkey, I want if I put the number of my friend, the GUI2 open and I with her can see it messages 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