Jump to content

Mossy

Members
  • Posts

    426
  • Joined

  • Last visited

Everything posted by Mossy

  1. MTA works on the GTA SA disc. MTA will never include GTA SA because it is copyrighted which means adding GTA SA is illegal. Buy the game. We don't discuss warez here.
  2. Mossy

    Question

    I'm making a shop panel and I added a button to buy custom sounds for weapons. I'm wondering if it's possible for the sound resource to load ONLY for the player(s) that buy it. If so, what function would I use? An example would also be appreciated. Thanks brahs.
  3. Mossy

    HELP ASAP

    Just look at functions and such and create a script/game mode. If you have problems, use the debugger. If the debugger doesn't solve your problem, ask in the Scripting section.
  4. Mossy

    HELP ASAP

    Lol. You have to make the scripts, not Google them. https://wiki.multitheftauto.com/wiki/Scr ... troduction
  5. Still not legitimate enough.
  6. Mossy

    game-monitor failed

    I'm not sure how to change it from the console, but it you want a server banner (like mine in my sig), go to the site.
  7. Mossy

    game-monitor failed

    I think everyone has this error. Use game-state.eu
  8. Mossy

    Element Problem

    All of the events? And inside of where? Bottom of which function? I'm sorry, this is my first GUI
  9. Mossy

    Element Problem

    You confused me a bit. Here's the full code: GUIEditor = { button = {}, label = {}, window = {}, } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(346, 214, 756, 511, "User Control Panel", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(52, 37, 640, 63, "Welcome!", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "sa-gothic") guiLabelSetColor(GUIEditor.label[1], 74, 240, 86) guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) GUIEditor.label[2] = guiCreateLabel(50, 122, 641, 116, "Welcome to Fly San Andreas! Right now you are viewing the incomplete UCP. Our server is not finished so just look \naround and see what we have for now!", false, GUIEditor.window[1]) guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) GUIEditor.label[3] = guiCreateLabel(123, 252, 490, 35, "To get started type /work and follow the instructions!", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetHorizontalAlign(GUIEditor.label[3], "center", false) GUIEditor.button[1] = guiCreateButton(14, 468, 79, 34, "Close", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") GUIEditor.button[2] = guiCreateButton(224, 359, 101, 43, "News", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFAAAAAA") GUIEditor.button[4] = guiCreateButton(409, 359, 101, 43, "Free $100", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFAAAAAA") end ) function outputMoney () triggerServerEvent("onPlayerAskMoney", localPlayer) destroyElement ( GUIEditor.button[4] ) end addEventHandler ( "onClientGUIClick", GUIEditor.button[4], outputMoney ) function closeWindow () destroyElement ( GUIEditor.window[1] ) end addEventHandler ( "onClientGUIClick", GUIEditor.button[1], closeWindow ) Now what do I put where? Please be more specific.
  10. Mossy

    Element Problem

    I have to go for tonight so I'll continue this tomorrow.
  11. Mossy

    Element Problem

    No addEventHandler Apparently it says that the GUIEditor.button[4] is not an element, which I intended it to be. Should I rename the element to button4 so it configures it?
  12. Hey, I'm creating a UCP for my server and for some reason it's not defining the element. Here's a part of the script with the error: function outputMoney () triggerServerEvent("onPlayerAskMoney", localPlayer) destroyElement ( GUIEditor.button[4] ) end addEventHandler ( "onClientGUIClick", GUIEditor.button[4], outputMoney ) It says the 2nd argument's element returns nil. Here's a part of my script with the element: GUIEditor.button[4] = guiCreateButton(409, 359, 101, 43, "Free $100", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFAAAAAA") Any help? Thanks.
  13. Lol at the driver And thank you for updating us CapY!
  14. There's really no best RP/RPG servers. Each one is unique and different. Look around and join some. Then come to the decision of which one you like. Look in the Servers to Play On section or browse in MTA.
  15. Quick question. What is the difference between the Client and the Server outputs in this resource?
  16. Mossy

    ACL help

    I can't believe I didn't see that. Fixed the problem, thanks!
  17. Mossy

    ACL help

    I tried starting my server but it can't parse the ACL. I checked the syntax and I can't find the problem. <acl> <group name="Everyone"> <acl name="Default"></acl> <object name="user.*"></object> <object name="resource.*"></object> </group> [OTHER STUFF HERE] <right name="command.banserial" access="false"></right> <right name="command.unbanserial" access="false"></right> <right name="command.listbans" access="false"></right> </acl> </acl> I checked a XML Checker and it said that the last line didn't close the first line. Yet it clearly shows it does. Any help? Edit: Here's a Pastebin of my whole ACL: Edit 2: Removed link (fixed)
  18. Mossy

    how can i

    You asked how to make easy scripts. Check the wiki, look over some functions, plug them together, and voila, a script.
  19. Mossy

    how can i

    You didn't put in your script so how can we help you?
  20. Definitely go for a desktop if you're going to be playing FPS games and stuff. I'm not a computer hardware expert so I'm not bond of any good PC's.
  21. I'm just learning. I suggest looking for topics that scripters are offering.
  22. Use the IP from http://www.whatismyip.com/
  23. Has anyone posted this link yet? http://fast1195.imgur.com/grand_theft_auto_5_gi_reveal
  24. Actually we do. Without proof, why would we then choose you to host our servers? In my opinion, I would rather have a mild-expensive/expensive host for a very low lag and 24/7 server. And also, PLEASE improve your English as everyone said.
  25. Got money? Contact a scripter. Or, make the scripts yourself.
×
×
  • Create New...