Jump to content

[DKR]Kenny

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by [DKR]Kenny

  1. This should be in the scripting section. Anyway... Go to the map you created (x:\Program files\MTASA\server\mods\deathmatch\resources\) and make a .lua file. The lua should contain these lines: function onResourceStart() local sound = playSound("YOURSONG'SNAMEHERE.mp3") end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), onResourceStart) Then go to the map's Meta.xml and write: <script src="script_c.lua" type="client"/> <file src="YOURSONG'SNAMEHERE.mp3" /> Paste those lines above . Hope it helps.
  2. Use the map editor on the MTA menu. Then when finished the map, save it, then go to the server you are admin/own and search it by the resource's name and load it.
  3. [DKR]Kenny

    bug in mta

    I would say, check your gta3.img's size. A friend had the same-looking graphics on his GTA, and discovered that his gta3.img was only 530mb~. Try checking x:\Program Files\GTASA\Models\ for the gta3.img It should be 890mbs~ Cheers.
  4. Looks quite nice mate. Have you decided what it will be? IMO, it should be a regular freeroam map.
  5. Hi there. While creating a race map, you need to go to "Map settings " (on the map editor) and go to "Gamemodes". Then, add the "race" gamemode. After that, you save the chances, and you scroll the objects/car/marker bar to create race objects. More info, feel free to ask me again. EDIT: If you create a marker (without race mode) you can left click and go where it says "Cylinder", and change it to "Checkpoint". How ever, its not the same, you need race gamemode.
  6. This also could be because you named the script wrong. Did you call your resource something like "Wadda Luada"? With space? If yes, thats the problem, no spaces allowed Rename for something like WaddaLuada
  7. I haven't tried but i think i still have 1.0 setup somewhere so i'll maybe downgrade and see if it helps. Burger_Man, i have all MTA versions since DP2.3 to 1.0.4, ask me and i can PM you.
×
×
  • Create New...