Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. Here's a graphic driver updater: http://www.nvidia.com/Download/Scan.aspx?lang=en-us When you click on the link below, choose your product and download the latest sound driver: http://support.creative.com/Products/Products.aspx?catid=1
  2. Jaysds1

    bug or what

    uh, Such a wrong category to post this in... anyways, there's no bug with the txd and diff.
  3. add this to the client.lua script: addEventHandler("onClientPlayerJoin",rootElement, function() setLaserEnabled(localPlayer,true) end) are you sure you want it for when the player joins or when the player spawns?
  4. ok, go in to your: MTA San Andreas 1.x/mods/resources then delete every folder/resource (Just hold down ctrl+a then delete), after when your finish, try going back on MTA
  5. Are you trying to start a server on MTA 3?
  6. Please install this: http://files.mtasa.com/apps/tools/MTADiag1.2.zip and post the log file
  7. srry, didnt noticed this was for the devs... Topic Closed
  8. lol, calm down sir, I'm just trying to help... it would work smooth, lol If it's crashing, use this new tool I found today: http://files.mtasa.com/apps/tools/MTADiag1.2.zip
  9. I don't think he's gonna make anyone download it... Mapping is simple if you take baby steps, but this is beyond baby steps, trust me #.Funny, if you at least map everyday, maybe 2-3 Months from now, you could be making maps like this... :)
  10. Ignoring what you said... I know that you removed the server folder which is the base of the server, so for the editor to work you need the server folder, same thing for the race resource
  11. Jaysds1

    race problem

    Did you add spawnpoints in your map?
  12. Jaysds1

    Connection Timed Out

    Do you know your internet connection speed? if don't then here's a site to check it: http://www.speedtest.net/ after post the image or connection speed it should look like this: [url=http://www.speedtest.net][img][url=http://www.speedtest.net/result/]http://www.speedtest.net/result/[/url]1673303448.png[/img][/url]
  13. Jaysds1

    Connection Timed Out

    ok, can you install this MTA Diagnostic please: http://files.mtasa.com/apps/tools/MTADiag1.2.zip
  14. Jaysds1

    Happy birthday

    ME!!!, lol, but still, Happy B-day TownCiv
  15. MTA is a well know community for helping others... If you already downloaded the latest patch, then it's either your connection or servers connection... Towncivillian..
  16. o, you uninstalled everything then tried the map editor again?
  17. ok, uninstall everything for MTA, Download MTA again and make sure you select server and client while your installing it, then try MTA again
  18. Jaysds1

    Connection Timed Out

    ok, Update your Graphic Driver: AMD Display Device Update your Sound Device: Realtek Sound Device Update your Ethernet Driver: Broadcom NetLink System Device Update your Drivers: Intel Drivers Detection
  19. Orange, I'm still learning php, so don't judge me
  20. ummm, you just told him to use dxDrawImage, plus Idk nothing or I don't want to get in to this, so, I'm just a helper: use dxDrawImage to put the image in the scoreboard: exports.scoreboard:addScoreboardColumn('Rank') function scoreLevel () local account = getPlayerAccount(source) local level = getAccountData(account, "rank") if (level ~= nil) then setAccountData(account,"rank",0) setElementData(source,"Rank",0) else setElementData(source,"Rank",level) end rank = getElementData(source,"Rank") if (rank == 0) then dxDrawImage() elseif (rank == 1) then --SO ON SO ON end end addEventHandler ( "onPlayerSpawn", getRootElement(), scoreLevel )
  21. are you trying to put it in a page
  22. srry, I messed up with the post, look at it again
×
×
  • Create New...