Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. I think your looking for this: loadMapData
  2. Jaysds1

    Need Help

    try this: addEventHandler("onClientGUIClick"GridlOwnerCar,function(button) if(button)then local rowindex, columnindex = guiGridListGetSelectedItem ( GridlOwnerCar ) local carname = guiGridListGetItemText ( GridlOwnerCar, rowindex, columnindex) triggerServerEvent("PCar", localPlayer, carname) end end,false) addEvent("Pincar",true) addEventHandler("PinCar",root,function(carname) if(carname=="")then for i,cars in ipairs(getElementsByType("vehicle")) do for c,vehicle in ipairs(getVehicleModelFromName(carname)) do createBlipAttachedTo(vehicle,0,3,0,0,0,0,0,65535,client) end end end end
  3. Can you download TeamViewer and PM me your ID and Pass for you TeamViewer.
  4. If you need help, PM me or Towncivilian your TeamViewer ID and Pass, so we could help you more and know what is going on, on your PC.
  5. What happens when you go on MTA?
  6. try this now: rot = setTimer(rotate,5000,1) function rotate() x,y,z = getElementRotation(tCars[id]) setElementRotation(tCars[id],x+1,y,z) resetTimer(rot) end
  7. Jaysds1

    Need Help

    ok, I can see everyone posting stuff, when is this triggered?
  8. try this: rot = setTimer(rotate,5000,0) function rotate() x,y,z = getElementRotation(tCars[id]) setElementRotation(tCars[id],x+1,y,z) resetTimer(rot) end
  9. The setTimer is suppose to be like this: setTimer(setElementRotation,5000,1,tCars[id],60,0,0) before setting the time, the function is suppose to be in front.
  10. can you uninstall MTA and delete the folder then install it, and if it doesn't work, can you post another log using the MTADiag.
  11. If the positions are in MySQL then your going to need to get them using: dbConnect() dbPoll --and dbQuery after getting the results, use dbFree to disconnect from the MySQL.
  12. When creating a DX Drawing, you have to use addEventHandler() after if you want the DX Drawing removed, you have to use removeEventHandler() If you still need help, can you post your script here please.
  13. Jaysds1

    Map editor crashing

    Did you got any message when the crash happened? Can you post your core.txt(located: C:\Program Files\MTA San Andreas 1.x\MTA) file here please.
  14. Nice vid, I like the car sound, but the bug kinda messed it up .
  15. Try reinstalling GTA then reinstall MTA, and if you want MODS on your GTA, I suggest creating another folder for GTA with mods would work, but your going to have to download MTA for that GTA with the mods, so you can play MTA with MODS or Without MODS. And if this problem consists, then I'm going to need you to download this MTADiag Program and post the generated log here.
  16. Does single player work on your GTA? If it doesn't, we're going to need a screenshot of your GTA folder.
  17. Jaysds1

    MTA/GTA doesn't run.

    He's missing some files in his GTA, please tell him to reinstall GTA or Download TeamViewer and PM me his ID and Pass for TeamViewer.
  18. Is this a IDA? http://www.hex-rays.com/products/ida/index.shtml
  19. Jaysds1

    MTA/GTA doesn't run.

    Can you play single player on your GTA? If you can't then we would have to see what's in your GTA San Andreas Main Folder(located: C:\Program Files\Rockstar\GTA San Andreas\)
×
×
  • Create New...