 
        MetaGamer
Members- 
                Posts233
- 
                Joined
- 
                Last visited
Everything posted by MetaGamer
- 
	That's it. I am not seeing any server on mta browser and my server is very buggy. I am switching to SA-MP.
- 
	any fix on this problem?
- 
	I have recently updated my mta to mtasa-1.1.1-rc-3496-20111127 and now i am getting an error when I start the server. MODULE: Unable to find modules/mta_mysql.dll! And the strangest thing is that I have mta_mysql.dll in my modules directory.
- 
	funny mistake eh
- 
	Can someone show me an example on how to use OnClientGUIComboBoxAccepted?
- 
	Hey world_builder see Towncivlian's post in here viewtopic.php?f=104&t=36859&p=386512#p386512 It worked perfectly.
- 
	Worked like a charm. If it would be SA-MP, then they wouldn't care. You guys rocks!
- 
	OK I have fixed the gui button problem, but this is not working. addEventHandler("OnClientGUIComboBoxAccepted", gui["menuCharSkin"], function(element) outputChatBox("Menu Char Skin has been changed and it's value is " .. guiComboBoxGetItemText(element, guiComboBoxGetSelected(element))) end, false)
- 
	Didn't worked as well.
- 
	Here is more detail code local gui = {} gui["menuRoleplayType"] = guiCreateComboBox(160, 185, 111, 180,"", false, gui["_root"]) gui["btnAccept"] = guiCreateButton(90, 315, 101, 41, "Accept", false, gui["_root"]) addEventHandler("onClientGUIChanged", gui["menuCharSkin"], function(element) outputDebugString("Menu Char Skin has been changed and it's value is " .. guiGetText(element)) end) addEventHandler("onClientGUIClick", gui["btnAccept"], function(button, state) if button == "left" and state == "up" then outputDebugString("Accept button has been clicked by client") end end)
- 
	But gui is an array and menuCharSkin, btnAccept are the items of that array.
- 
	This is the code addEventHandler("onClientGUIChanged", gui["menuCharSkin"], function(element) outputDebugString("Menu Char Skin has been changed and it's value is " .. guiGetText(element)) end) addEventHandler("onClientGUIClick", gui["btnAccept"], function(button, state) if button == "left" and state == "up" then outputDebugString("Accept button has been clicked by client") end end) When I click the button or change the combobox menu, nothing happens.
- 
	I think he mean't that the explosion will not kill himself but others.
- 
	Then you should immediately leave this hoster, anyone hosting without a firewall clearly has NO knowledge of security. Well it's Stanopolo server manager. He is part of our team, how can I leave Stanopolo? I think it is happening for firewall as he said he is using external firewall and antivirus.
- 
	but the server hoster told me that there are no firewalls
- 
	Bump! I reinstalled my Operating System and changed the harddisk I also changed my ISP. It works perfectly on older version of mta sa but why not newer?
- 
	You man is my saviour.
- 
	That makes much sense. How did you overcome the problem?
- 
	awesome. But how to create 4 buttons on the window and detect which button has been clicked?
- 
	I want it to be in a GUI. It's hard to make 15 gui's for each questions and getting the button click. It's a lengthy process.
- 
	I want to know how to make a QUIZ system in MTA. In SA-MP it was very easy. For e.j. What are you? A) Human B) Male c) Guy D) Gal
- 
	Thank you for trying to help me.
