Fabio(GNR) Posted September 24, 2010 Share Posted September 24, 2010 Sorry for just spamming this forum with help topics , i searched on google and the forum but nothing matched my problem, i think the help.xml maybe is too big, As title says this is the error: ERROR: Couldn't parse config help.xml in resource theserver The resource itself is a small script to heal, (actually just copied from wiki) and the help.xml that contains all the commands, etc from the server, so people don't have to scroll trough tabs, but just can get the important info from that, the mta file: <meta> <info name="Server help" author="Server" version="1" /> <script src="server.lua" type="server" /> <config src="help.xml" type="client" /> </meta> EDIT: really other question for a sec, for example player types /report message how to get the message in a .log file or text file? Link to comment
dzek (varez) Posted September 24, 2010 Share Posted September 24, 2010 messages from report command are saved in admin panel. press "p" when logged as admin to open admin panel. for help problem: post your help.xml file Link to comment
Fabio(GNR) Posted September 24, 2010 Author Share Posted September 24, 2010 messages from report command are saved in admin panel.press "p" when logged as admin to open admin panel. for help problem: post your help.xml file ok thanks for report <help popup="yes"> Server Help Welcome to GNR (guns N roses) stunt/freeroam server!! Normal commands found at Freeroam GUI. Rocket Car by : press left shift to use boost, you have to make the bar empty to make it refill Fuel. SuperMan by Ryden: Superman script. Let's your ped fly and you can see others flying as well. Hints: - Toggle with sprint key to get super fast speed. - Toggle with walking key to go slowly. - You can start the flight with /superman command or hitting jump key while you are in air (falling or double jump). - To land, just fly to the ground. - Try to not fly too fast and collide with buildings or you will get stuck inside them. - You can fly under the water, but smoke trails won't spawn. 50p's SaveAndload: left ctrl+ 1-9 for save location, left alt+ 1-9 to teleport to saved location (with vehicle when you saved at that moment. Taalismaa's vehicle panel: Press F3 to spawn vehicles with F3, much easier than ''F1'' GUI. Normal: Press F1 for some normal commands, change gamespeed, weather or time/freeze is not allowed. Neither are getting weapons. To heal type "/heal 0-100" 0-100 is the amount of health you want. For vehicle repair press ''F2'' or bind you own key using "/bind <key> repairVehicle JasperNL's Home System: Only admins can create house, contact admin if you would like a house somewhere. Dakilla's Trial script: Make salto's just like in GTA IV!! Use the arrow-up and down buttons for salto. Special stunts located at ''trials'' tab. Teleports: Type /teles to see a collection's of teleport's. Press F5 for teleport GUI, more teleports, but no vehicle teleport. /teleport for some more info about teleport's. Skin Selector by Nich: type /skin to select skin, then use the buttons. P-spawn by B!erpunk: No commands, it will spawn you after your death at Grove street where you can choose a teleport. P-Login By B!erpunk: Logging in/registrering is optional, but required to enter your house if you have one. P-Login is really easy to use. When you connect to this server, type /plogin to login/register. If you ever want to change your password, type in the command /changepw. Here you will see a window in which you can change your password. If you don't want to change your password but opened the window accidentaly, just enter your password twice. This script is made by B!ERPuNK. GNR stunt map by Fabio(GNR) (me): Yes its buggy Have fun! </help> Link to comment
dzek (varez) Posted September 24, 2010 Share Posted September 24, 2010 Line 34 is causing errors () Dunno how to escape it, i dont know if it accept html entities. Try: <key> or <key> If not - then i don't know, maybe just use [] instead of <> Link to comment
Fabio(GNR) Posted September 24, 2010 Author Share Posted September 24, 2010 Line 34 is causing errors ()Dunno how to escape it, i dont know if it accept html entities. Try: <key> or <key> If not - then i don't know, maybe just use [] instead of <> Thanks, it must work with [] thats ok Thanks again! Link to comment
DutchCaffeine Posted September 24, 2010 Share Posted September 24, 2010 Using CDATA tag will work also: <help popup="yes"> <![CDATA[ Server Help Welcome to GNR (guns N roses) stunt/freeroam server!! Normal commands found at Freeroam GUI. Rocket Car by : press left shift to use boost, you have to make the bar empty to make it refill Fuel. SuperMan by Ryden: Superman script. Let's your ped fly and you can see others flying as well. Hints: - Toggle with sprint key to get super fast speed. - Toggle with walking key to go slowly. - You can start the flight with /superman command or hitting jump key while you are in air (falling or double jump). - To land, just fly to the ground. - Try to not fly too fast and collide with buildings or you will get stuck inside them. - You can fly under the water, but smoke trails won't spawn. 50p's SaveAndload: left ctrl+ 1-9 for save location, left alt+ 1-9 to teleport to saved location (with vehicle when you saved at that moment. Taalismaa's vehicle panel: Press F3 to spawn vehicles with F3, much easier than ''F1'' GUI. Normal: Press F1 for some normal commands, change gamespeed, weather or time/freeze is not allowed. Neither are getting weapons. To heal type "/heal 0-100" 0-100 is the amount of health you want. For vehicle repair press ''F2'' or bind you own key using "/bind <key> repairVehicle JasperNL's Home System: Only admins can create house, contact admin if you would like a house somewhere. Dakilla's Trial script: Make salto's just like in GTA IV!! Use the arrow-up and down buttons for salto. Special stunts located at ''trials'' tab. Teleports: Type /teles to see a collection's of teleport's. Press F5 for teleport GUI, more teleports, but no vehicle teleport. /teleport for some more info about teleport's. Skin Selector by Nich: type /skin to select skin, then use the buttons. P-spawn by B!erpunk: No commands, it will spawn you after your death at Grove street where you can choose a teleport. P-Login By B!erpunk: Logging in/registrering is optional, but required to enter your house if you have one. P-Login is really easy to use. When you connect to this server, type /plogin to login/register. If you ever want to change your password, type in the command /changepw. Here you will see a window in which you can change your password. If you don't want to change your password but opened the window accidentaly, just enter your password twice. This script is made by B!ERPuNK. GNR stunt map by Fabio(GNR) (me): Yes its buggy Have fun! ]]> </help> Link to comment
Fabio(GNR) Posted September 24, 2010 Author Share Posted September 24, 2010 Ok thanks alexander and varez, it worked the way varez said thanks 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