-
Posts
4,961 -
Joined
-
Last visited
Everything posted by Jaysds1
-
well, I think it's caused by slow network.
-
Can you try running this Patch that Talidan Made. viewtopic.php?f=104&t=15151&hilit=Talidan%2CPatch
-
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.
-
http://movies.netflix.com/WiPlayer?movi ... n=WATCHNOW
-
http://ts4.mm.bing.net/th?id=I4775935560908935&pid=1.1
-
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.
-
Sorry for the late post/reply, but Happy Birth-Day
-
MTASA wiki - offline copies / online mirrors
Jaysds1 replied to MX_Master's topic in Site/Forum/Discord/Mantis/Wiki related
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. -
well, try disabling or stopping your Firewall Program
-
If you downgrade the your computer would most likely crash or won't even function.
-
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.
-
ok, Thanks, BTW I still love the video
-
well, it might be your Firewall program.
-
That one was for Tails, I was asking if you defined: dxDrawColorText
-
MTADiag - diagnostic tool for MTA:SA & Support section information
Jaysds1 replied to Towncivilian's question in Client
nah, but I'll try again it worked on my Windows XP, I'll try it again on my Windows 7 Laptop.- 58 replies
-
- mtadiag
- mta support
- (and 7 more)
-
Same Vid: 5qZxAxIqOQU[/youube] The new models are kinda nice.
-
Do you have Team Viewer? If you do, can you pm me your user and pass?
-
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?
-
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)
-
well, it seems like you could only get the camera matrix if it's set first.
-
MTADiag - diagnostic tool for MTA:SA & Support section information
Jaysds1 replied to Towncivilian's question in Client
Hey TC, When I ran the Diag, the pastebin came up after everythig, but for some reason the PasteBin was on the Homepage.- 58 replies
-
- mtadiag
- mta support
- (and 7 more)