Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. Can you download and run this MTADiag then post the generated MTA:PasteBin url here please.
  2. Sorry, but this isn't part of MTA, please reply to the "main" topic for this program. viewtopic.php?f=108&t=33905
  3. Jaysds1

    Map Editor Issue

    Do you start map editor through MTA Client or do you start up a server and started "editor"? This would also be helpful. BTW, please download and run this MTADiag, then post the generated MTA:PasteBin url here please.
  4. Well, there is a similarity with the upload speed and the working upload size, as he did say 1mb uploaded but anything above wont work
  5. Jaysds1

    how can i make ?

    Here: local mapName = "" addEvent ( "onClientMapStarting", true ) addEventHandler ( "onClientMapStarting", root, function ( mapInfo ) mapName = mapInfo.name setTimer(function() mapName = "" end,3000,1) --this would set a timer for 3 seconds to set the map name back to nothing end ) addEventHandler ( "onClientRender", root, function ( ) --if the mapName doesn't equal/contain nothing then show the map name if mapName~="" then dxDrawText ( "Map: ".. mapName, 50, 50 ) end end )
  6. Jaysds1

    how can i make ?

    Use these: dxDrawText --Draw a text on the screen mapInfo = getElementData(root,"info.mapInfo") --gets the map info example: name,version,type, etc...
  7. You mean this: http://www.raspberrypi.org/ ? Have you tried the Linux version of MTA? Linux: http://linux.multitheftauto.com
  8. Jaysds1

    Script

    And if your server is running and you've added some resources, then make sure you type in 'upgrade' in the console, else if you can't then type in /refresh in-game.
  9. Just asking... Anyways, Does it?
  10. Have you tried running OBS while MTA is in windowed mode?
  11. wait, run the MTADiag again, we could see what's running.
  12. Sorry, I don't get what you're saying... What's the problem?
  13. Jaysds1

    ml_sdk

    https://wiki.multitheftauto.com/wiki/Modules
  14. Jaysds1

    Dark screen

    For the Ethernet Driver, try this: http://www.4shared.com/zip/pPD6WH_L/ins ... 22013.html For the USB Driver: http://www.intel.com/p/en_US/support/detect
  15. Run this and download any required drivers: http://www.nvidia.com/Download/Scan.aspx?lang=en-us
  16. Jaysds1

    Dark screen

    Please download and run this MTADiag, then post the generated MTA Pastebin url here please.
  17. Well in the script you would first need to loop through the map file with all the vehicles being spawned, while looping through it, you could get the positions of them, store them in to a table and destroy the vehicle. After that's done, when ever a player joins the server and they're the police then use this: local x,y,z = unpack(tableName[math.random(1,#tableName)] --The table would basically look like this: local tableName = {{x,y,z}} to get the random position of a police car, after just send them to that position and warp them into the car.
  18. Ya it is, but you will still need to script this
  19. For the antivirus, just use Microsoft security, it's free and it updates the definition list( basically the viruses that are not allowed) everyday.
  20. Hmmm, try installing this latest nightly: https://nightly.multitheftauto.com/?mtasa-1.3.3-rc-latest
  21. Actually, MTA is compatible with them, but it might be some issue on your end of the vps... Please note, when changing your computer's/vps's OS, you would need to install MTA again
  22. Jaysds1

    Crashing

    Hmmm, try deleting the gta_sa.set file again... Then run GTASA in single player so it will create the file again, and set up your options while in GTASA, after try running MTASA
  23. Jaysds1

    Crashing

    No, I'm asking does the same thing happen when you try to run GTASA for single player, not in MTA.
×
×
  • Create New...