-
Posts
426 -
Joined
-
Last visited
Everything posted by Mossy
-
MTA can you make an update for not needing gta san disc?
Mossy replied to rokas2000's topic in Suggestions
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. -
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.
-
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.
-
Lol. You have to make the scripts, not Google them. https://wiki.multitheftauto.com/wiki/Scr ... troduction
-
Still not legitimate enough.
-
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.
-
I think everyone has this error. Use game-state.eu
-
All of the events? And inside of where? Bottom of which function? I'm sorry, this is my first GUI
-
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.
-
I have to go for tonight so I'll continue this tomorrow.
-
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?
-
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.
-
Lol at the driver And thank you for updating us CapY!
-
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.
-
Quick question. What is the difference between the Client and the Server outputs in this resource?
-
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)
-
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.
-
I'm just learning. I suggest looking for topics that scripters are offering.
-
Use the IP from http://www.whatismyip.com/
-
Has anyone posted this link yet? http://fast1195.imgur.com/grand_theft_auto_5_gi_reveal
-
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.
-
Got money? Contact a scripter. Or, make the scripts yourself.
