Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. well, I think it's caused by slow network.
  2. Jaysds1

    MTA starts Single

    Can you try running this Patch that Talidan Made. viewtopic.php?f=104&t=15151&hilit=Talidan%2CPatch
  3. Actually, its saved until you quit out of MTA. So if you click on 'Quit' in the Main Menu, then it deletes from there on.
  4. http://movies.netflix.com/WiPlayer?movi ... n=WATCHNOW
  5. http://ts4.mm.bing.net/th?id=I4775935560908935&pid=1.1
  6. Well, I'm not sure if it's cached, or if it's updated based on the MTA Program your running, maybe the urls have changed for the update news... if it didn't then I'm not sure what to say.
  7. Sorry for the late post/reply, but Happy Birth-Day
  8. Website scraper programs. I use Teleport VLX. These programs are difficult to configure for small rips. lol, thanks, I knew there was a program for this. I know you guyz wouldn't sit down in 1 place for hours just saving every page.
  9. well, try disabling or stopping your Firewall Program
  10. Jaysds1

    Runtime errors

    If you downgrade the your computer would most likely crash or won't even function.
  11. Jaysds1

    Help plzzz

    I think you mean this: local screenX, screenY = guiGetScreenSize() function dx_welcome() dxDrawText("Welcome", screenX - 50, 30, 50, 30, 1.0, "bankgothic", "left", "top", false, false, false) end addEventHandler("onClientRender", root, dx_welcome) setTimer(function() removeEventHandler("onClientRender", root, dx_welcome) end, 4000, 1) anyways, try working on this in the mean while.
  12. ok, Thanks, BTW I still love the video
  13. well, it might be your Firewall program.
  14. Jaysds1

    Help plzzz

    That one was for Tails, I was asking if you defined: dxDrawColorText
  15. Same Vid: 5qZxAxIqOQU[/youube] The new models are kinda nice.
  16. Do you have Team Viewer? If you do, can you pm me your user and pass?
  17. Jaysds1

    Help plzzz

    He's saying that the same thing happens to his script @Tails, Try this: local screenWidth,screenHeight = guiGetScreenSize() function renderDisplay ( ) dxDrawText("Hey", screenWidth/2 - 400/2, 0,400 , 17) dxDrawImage(screenWidth/2 - 400/2, 0, 400, 17," 'ddastext.png'") end function HandleTheRendering ( ) addEventHandler("onClientRender", getRootElement(), renderDisplay) end addEventHandler("onClientResourceStart",resourceRoot, HandleTheRendering) @mamo, Did you even defined the dxDrawColorText?
  18. function trace(source) local x, y, z = getCameraMatrix(source) if x and y and z then outputChatBox("Your Camera Positions are x: "..(x).."; y: "..(y).."; z: "..(z),source) else outputChatBox("Test!!!",source) local x1,y1,z1 = getElementPosition(source) setCameraMatrix(source,x1,y1,z1+3,x1,y1,z1) -- this would set the camera looking down at you x, y, z = getCameraMatrix(source) --replace the current vars outputChatBox("Your Camera Positions are x: "..(x).."; y: "..(y).."; z: "..(z),source) setTimer(setCameraTarget,7000,1,source,source) setTimer(setCameraTarget,7000,1,source,source) end end addCommandHandler("t",trace)
  19. well, it seems like you could only get the camera matrix if it's set first.
  20. Hey TC, When I ran the Diag, the pastebin came up after everythig, but for some reason the PasteBin was on the Homepage.
×
×
  • Create New...