Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. Happy New Year to, It is not possible to block your self, unless you banned your ip or serial, but of course you didn't so, I suggest that it might be your connection... Can you post your connection speed using this site: http://www.speedtest.net/
  2. Here's a link for an Graphic Updater: http://support.amd.com/us/gpudownload/windows/Pages/auto_detect.aspx Download the latest network driver, which is at the top: http://www.realtek.cz/realtek-download.php?realtek=RTL8168CP_8111CP&system=1
  3. Jaysds1

    Scripting help

    ok, the problem is in the script, can you post the script please
  4. He knew when the guy said: Here's a bing search: http://www.bing.com/search?q=0.3c%20object%20for%20MTA&pc=conduit&ptag=AB17B554833A94583ADF&form=CONTLB&conlogo=CT2589325&ShowAppsUI=1 and here's a vid:
  5. ok, this topic shouldn't be in this forum, it should have been in the client section. and CCW has been on a vacation or doing something for a while so, I all I could tell you, is that we MTA Dev are working on it and there's no need to pm so much. We have lots of work to do, especially the young dev like me, we have skool to do, and we have less time on MTA... So, I'm sorry for the bug, and sonetimes it's files on your computer... So can you please download and run this MTA program: http://files.mtasa.com/apps/tools/MTADiag1.2.zip then post the log
  6. Jaysds1

    Scripting help

    This is the wrong place to post this but i'll help... The meta.xml file should have everything that is included in your resource, so if you create another file, it should be put in the meta.xml as: <script src="newb.lua" /> Moderator, Can you move this to the scripting section please
  7. Jaysds1

    Connection Timed Out

    Years of experience and knowing where to look. lol, ok, soon I'm gonna be like you
  8. Jaysds1

    Connection Timed Out

    Please install the following: Graphics driver Audio driver Touchpad driver Chipset drivers Storage driver BIOS 1.16 Provide another dxdiag log after installing. Damn, How do you get all of those so fast?
  9. ok, I'm gonna need you to run this MTA tool: http://files.mtasa.com/apps/tools/MTADiag1.2.zip then you can post what's in it
  10. The main post is here: https://forum.multitheftauto.com/viewtopic.php?f=116&t=35979
  11. Jaysds1

    Learning C++ and C#

    How old is he right now?
  12. Jaysds1

    Learning C++ and C#

    thanks BTW,is ChrML still on the MTA dev team?
  13. ok, I know what Derby is, but what do they mean about Destruction?
  14. Jaysds1

    Learning C++ and C#

    Hi all, I was researching on the web, looking to learn C++ and C# for MTA. I want to help MTA become better and make the road map go by faster. (not sure if I can... ). but If you can provide a link/url for me, I'll appreciate that. Thanks all.
  15. When you go on another server, mta is suppose to download the resources from the server host computer... you said you tried reinstalling MTA rite? Can you post your crash reports please. Located" C:\Program Files\MTA San Andreas 1.2\MTA it's called core.txt
  16. what if I want to make a quick relpy based on a video they had on another site?
  17. If the MTA 3/VC was open source then, i'll be greatful to help with the development...
  18. oh, I didn't see yours, sorry. So what about it MTA?
  19. Hi all, Today I was looking at some posts and some of them had url's and video's... Well, When I click on them it leads me to that site, (LET ME GET TO THE POINT)... Can you guyz change the html code for the url and youtube BBCode? It's kinda annoying to me when I click on them and it leads me to that site and when I want to come back to this forum, I have to press back.
  20. ok, Can you post your dx dialog please:
  21. Wait... Are you going on your server or another server?
  22. Jaysds1

    bug or what

    what do you replace in your server?
  23. try this: addEventHandler("onClientPlayerSpawn",localPlayer, function() if (isLaserEnabled(localPlayer) == false) then setLaserEnabled(localPlayer,true) end end) -- or this addEventHandler("onClientPlayerSpawn",localPlayer, function() if not isLaserEnabled(localPlayer) then setLaserEnabled(localPlayer,true) end end)
×
×
  • Create New...