Jaysds1 Posted March 26, 2013 Posted March 26, 2013 ok, A gamemode is basically one big resource that might include other resources. So, basically, you would need to take those out and include them in the meta.xml . My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
frankvg Posted March 27, 2013 Author Posted March 27, 2013 So you tell me to paste all meta.xcl files and make it one big meta.xcl file?
ZL|LuCaS Posted March 27, 2013 Posted March 27, 2013 So you tell me to paste all meta.xcl files and make it one big meta.xcl file? meta.xcl ? is not meta.xml(.xml) MTA Scripters. ♥♥♥Beijinhos♥♥♥
Jaysds1 Posted March 27, 2013 Posted March 27, 2013 No, what I'm saying is: take out the folders and .zip files with meta.xml and make one meta.xml file for this game mode resource. My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
frankvg Posted March 27, 2013 Author Posted March 27, 2013 Ok, well I solved it thanks Another question: How can I enable voice-chat on my serveR? And does it make any lag?
Castillo Posted March 27, 2013 Posted March 27, 2013 You can enable it on the mtaserver.conf. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
frankvg Posted March 27, 2013 Author Posted March 27, 2013 Thanks, although I found out. Is there any possibility to enable something that you don't have to press Z to talk, I mean that its like a continuing voice, and not have to ''press-to-talk''
ZL|LuCaS Posted March 27, 2013 Posted March 27, 2013 Thanks, although I found out. Is there any possibility to enable something that you don't have to press Z to talk, I mean that its like a continuing voice, and not have to ''press-to-talk'' onClientResourceStart MTA Scripters. ♥♥♥Beijinhos♥♥♥
frankvg Posted March 27, 2013 Author Posted March 27, 2013 lol, Lucas, that is not what I mean. I mean when I want to talk now with the voice thing, i need to press Z to talk each time I want to talk, but I was wondering if there is a script or anything so that I dont have to press Z to talk but just automaticly talk. [What I got now: Press Z to talk] [What I want: No need to press anything, you just are always enabled while talking]
Jaysds1 Posted March 27, 2013 Posted March 27, 2013 Check this out: https://wiki.multitheftauto.com/wiki/Resource:Voice My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
frankvg Posted March 27, 2013 Author Posted March 27, 2013 I checked that already, but it doesnt say anything how to change ''Press Z to talk'' to ''No need to press anything to talk''.
ZL|LuCaS Posted March 27, 2013 Posted March 27, 2013 lol, Lucas, that is not what I mean.I mean when I want to talk now with the voice thing, i need to press Z to talk each time I want to talk, but I was wondering if there is a script or anything so that I dont have to press Z to talk but just automaticly talk. [What I got now: Press Z to talk] [What I want: No need to press anything, you just are always enabled while talking] bindkey replace onClientResourceStart MTA Scripters. ♥♥♥Beijinhos♥♥♥
frankvg Posted March 27, 2013 Author Posted March 27, 2013 Or it is me, or it is you. With that what you are sending me will start up the resource when I start the server, but it is already starting when the server is on. What I want is that I don't have to press Z to talk with voicechat, but that it is enabled FOREVER, so I dont need to press a key to talk! Hard to explain, hope you understand.
Jaysds1 Posted March 27, 2013 Posted March 27, 2013 Sorry, you can not unbind z and keep voice on... It'll probably be on later version. My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
ZL|LuCaS Posted March 27, 2013 Posted March 27, 2013 Or it is me, or it is you. With that what you are sending me will start up the resource when I start the server, but it is already starting when the server is on.What I want is that I don't have to press Z to talk with voicechat, but that it is enabled FOREVER, so I dont need to press a key to talk! Hard to explain, hope you understand. exemple onPlayerJoin executeCommandHandler ( "unmutevoice" ) MTA Scripters. ♥♥♥Beijinhos♥♥♥
Jaysds1 Posted March 27, 2013 Posted March 27, 2013 Found this at the top of the executeCommandHandler page: You cannot execute MTA harcoded commands due to security reasons. My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
ZL|LuCaS Posted March 27, 2013 Posted March 27, 2013 Found this at the top of the executeCommandHandler page: You cannot execute MTA harcoded commands due to security reasons. he did not need to use command handler, and this just an example MTA Scripters. ♥♥♥Beijinhos♥♥♥
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