Jump to content

Jacksons

Members
  • Posts

    13
  • Joined

  • Last visited

Jacksons's Achievements

Square

Square (6/54)

0

Reputation

  1. Sorry for a late response, I was on a field trip for 2 days. diegofkda, thank you so much. The names of the .map file and map src line were not the same, so I corrected the map src line name with the name of the .map file. Thanks for helping.
  2. I already did it earlier, check the upper postings on this topic. If I need to download the latest resources again, does this mean that I have to do it like every day to keep working on my server?
  3. [16:41:31] ERROR: Couldn't find map DMZ mapa 1.map for resource DMZ_map [16:41:31] Loading of resource 'DMZ_map' failed [16:41:31] ERROR: Couldn't find map DMZ mapa 1 nastavak.map for resource DMZ_map_1 [16:41:31] Loading of resource 'DMZ_map_1' failed ERROR: Couldn't find map DMZ mapa 1.map for resource DMZ_map Loading of resource 'DMZ_map' failed ERROR: Couldn't find map DMZ mapa 1 nastavak.map for resource DMZ_map_1 Loading of resource 'DMZ_map_1' failed
  4. diegofkda, I can't save the map at all, because i can't open it in the ME, and I can't open it because it isn't on the list of maps, even though I have it on the MTA folders. I changed the name of the .map file to DMZ_Mapa_1, went to the Map Editor, clicked the Open and the map is still not on the list. I will post some pictures, maybe they can help to explain the problem a little more. Here are the folders that I have for the MTA maps, gamemodes, etc. , including the 2 maps I mentioned before: http://i51.tinypic.com/214vc6c.png (sorry for the On-Screen Keyboard, I have printscreen button on the keyboard, but it doesn't work) This is the original map folder: http://i51.tinypic.com/o91jqs.png And this is the upgraded map folder(tried to overwrite the upper one, it doesn't want to overwrite it, so I created a new folder for the same map): http://i51.tinypic.com/551do0.png For the record, I took your advice for the second problem, but I renamed the map directory and the .map folder inside. If I would delete those maps, days of work would be wasted and I don't want to lose the map. In this picture below, I will show you what maps do I have when I press "Open": http://i55.tinypic.com/2jab19h.jpg http://i51.tinypic.com/w7cykk.jpg http://i56.tinypic.com/1z1tn5l.jpg http://i54.tinypic.com/35bh26p.jpg http://i52.tinypic.com/l8fig.jpg http://i54.tinypic.com/20jjlf7.jpg http://i52.tinypic.com/2u4o9df.jpg http://i52.tinypic.com/n3qgky.jpg As you can see, there are no maps that I created and stated above. Like I said, I have renamed the maps, but they are still not visible in the ME and I can't open them. P.S. Another problem with 1.1.1. Every 30 seconds - 1 minute, this happens: http://i51.tinypic.com/kdlhlg.jpg I don't press the Save button, but it automatically kicks in, without any reason. I can't normally work on the Map Editor with all these problems. Please help.
  5. Err, guys, i have some more problems that just appeared, and since i dont want to open a new theme explaining it, i'll just post on this one. PROBLEM #1 Couple of days ago, i started to work on a new map. I didn't finish it, so i saved it so i can finish it the next day. When i continued to work on the map, i tried to overwrite the old one with the new one. I don't know what happened, but it didn't want to overwrite the map, but rather it said that the map already exists and that i cannot overwrite it. I saved it on the different name and it worked. The first map is here: D:\Program Files\MTA San Andreas 1.1\server\mods\deathmatch\resources\DMZ map 1 The upgraded map, on the different name, is here: D:\Program Files\MTA San Andreas 1.1\server\mods\deathmatch\resources\DMZ mapa 1+ Why can't I overwrite my old map? PROBLEM #2 When i went to load the same map when i started the ME in the first place (at first i did not know that the map was already loaded), the map that i saved wasn't on the list of maps at all. On MTASA 1.0.5, when i saved the map, the next day it would be on the list and i could've opened it again, but on 1.1.1, it is not on the list (although it is saved and exists in my MTA folders) and i can't open it. Is this happening just to me? PROBLEM #3 Today, i tried to continue to work on the map. Like i explained in the upper problem, i could not open the map, because it wasn't on the list of maps at all, although i saved it the previous day. The map today wasn't even loaded. So, the final version of my problems is the following. i have the map saved in the MTA folder and ready for use, yet on MTA 1.1.1 Map Editor the map isn't listed and i can't save any possible changes to that same map. Please help me.
  6. Thanks, it works perfectly now.
  7. When MTA 1.1 got out, i downloaded it and tried to open the map editor and it failed. i saw a lot of people complaining about the bugs on 1.1 so i thought maybe someone else has the bug i am reporting now. 1.1.1 came out, i downloaded it and the problem is the same. When I want to start the map editor, this comes out: http://i51.tinypic.com/11aziiw.jpg I wait for 20-30 minutes and it still won't start the editor. I deleted the MTA SA and downloaded it again, same result. Can someone help me?
  8. Thanks for the tip, i'm sure it will come in handy
  9. JR10, thank you so so much, i just found out what the problem was, the script didn't work because i wasn't logged in as admin and it didn't create the vehicle when i entered the /createvehicle. It works perfectly for now, i will leave this open for a little while just in case something about that is screwed again. Once again, JR10 thanks.
  10. Can you please tell me how do i login on an admin account. I apologize, i'm new to MTA scripting and i really don't know how to do it.
  11. it says ingame "Access denied to 'debugscript'. I tried to enter debugscript myserver in the server console and it says "The syntax is 'debugscript ' EDIT: Yes, i started the resource, written /createvehicle with the car ID i want to spawn, there was NO car, NO error, like what i posted up here never was in the script.
  12. i need some help. i've started to learn how to script on MTA and so I read the Scripting Introduction on MTA wiki and started making some steps that are being displayed at the page. everything worked well and then i came to the part where is the code for vehicle spawning.at first, i copied the finished code after reading the entire part on the subject and when i started the server, it worked well. i saved the script and the next day it didn't work. i tried to rewrite it myself, i tried everything i could've imagined to get it fixed and it didn't work. I am talking about the following code: function createVehicleForPlayer(thePlayer, command, vehicleModel) local x,y,z = getElementPosition(thePlayer) -- get the position of the player x = x + 5 -- add 5 units to the x position local createdVehicle = createVehicle(tonumber(vehicleModel),x,y,z) -- check if the return value was ''false'' if (createdVehicle == false) then -- if so, output a message to the chatbox, but only to this player. outputChatBox("Failed to create vehicle.",thePlayer) end end addCommandHandler("createvehicle", createVehicleForPlayer) Also a note: i tried testing the command without these descriptions and the result is the same + i'm using the unofficial MTA script editor to run the script. Can someone tell me what have I done wrong ?
×
×
  • Create New...