Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. It's Cheetah, the last letter was hidden because of reflections. oh, lol, thanks
  2. Can you please download and run this MTADiag, then post the generated PasteBin URL.
  3. Well, it says "Using Squid to speed up resource downloads" but in the first paragraph it says "Squid is a web cache that, in this case, makes it easy to mirror your resource directory. This means you can host your resources on another web server, but you don't have to manually copy the files there. Setting this up takes about 15 minutes or so - if everything goes well", so I'm thinking it's used for web server uploading.
  4. well, there might be an error, try this: function drawImage() local screenX, screenY = getScreenFromWorldPosition(posX, posY, posZ) local camX, camY, camZ = getCameraMatrix() local distance = getDistanceBetweenPoints2D(camX, camY, posX, posY) if (screenX and distance < 50) then local scale = 1000 / screenWidth local width = 80 / scale local image = dxDrawImage(screenX - width / 2, screenY - screenHeight / 10, width, 80, "Attention.png") dxDrawText( guiGetText(theText), screenX, screenY, screenX, screenY, tocolor( 0, 0, 0, 255 ), 5, "arial", "center", "center" ) end end function onClick() addEventHandler("onClientRender",root,drawImage) end addEventHandler("onClientGUIClick",Buy,onClick)
  5. please change this: ="music.lua" type="server" /> to this: ="music.lua" type="client" />
  6. That's true, but you have to look at how they could crack/hack the upcoming GTA Games, Just because they couldn't release the MTA:IV doesn't mean they're testing it, who knows, R* makes every new game advanced and once we could hack into have of it, we are set for the release. but ya, MTA Would stay up and running as long as my great great great grand children live
  7. well, if you're using a http download url then the server compares the resources on your local host and the files on the http folder to see if they're the same, if you make any changes to the files/resources on the local host, you could use this program I found on the wiki: https://wiki.multitheftauto.com/wiki/Usi ... _downloads
  8. nah, it doesn't effect them at all.
  9. well, try pressing "Print Screen" located beside "insert" then go to your "Paint" program then paste it in, after just save it and upload it to an image hosting site(like Imgur), when you're done then post the pictures url here using .
  10. it might be your GTA3.img file, Download it from here: www.gta-sa-download.webs.com/otherfiles.htm
  11. Jaysds1

    LC 2 MTA

    ummm, "403-Forbidden".
  12. well, I stood right beside the object then typed-in /getpos , that's all
  13. oh, found the reason why download this file: http://www.mediafire.com/?yq15ubay6niu45q
  14. I already posted here: viewtopic.php?f=105&t=46699
  15. Jaysds1

    ¿Im good? III

    well, since it returns those numbers, the numbers go towards the table, so the ranks get the number from the table(scores) then gives the player the score
  16. oh, I'll send you the resource EDIT: here:http://www.mediafire.com/?srv0mad8bvkad81
  17. ok, try this: addEventHandler("onResourceStart",resourceRoot,function(res) if res == getThisResource() then removeWorldModel(16094,15,135.17442,1941.87561,19.32008) end end)
×
×
  • Create New...