Jump to content

Search the Community

Showing results for tags 'mta sa'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

  1. Everything was working fine until my PC broke, and then I had to get it fixed plus a new fresh windows. The C drive was completely reset and D and E files were still there (including GTA SA and MTA SA). I see this X sign on volume icon on the bottom right which says "No speakers or headphones plugged in". When I try running GTA SA, it says "GTA SA can not find audio card installed" and when I try to run MTA SA, it says "MTA SA was not installed properly, please reinstall." Any help regarding this issue? Thanks.
  2. ألسلام عليكم ورحمه ألله وبركاته شباب عندي مشكله | ألمشكله غير معروفه وكثير تتكرر معي ألمشكله كل ما دخلت سيرفر يطلعن اذا وصل نص ألتحميل سيرفر خمبلة حياة واقعيه كلهم نفس ألشي بدات ألمشكله بعد ما دخلت سيرفر K4H خطأ في التحميل: Error downloading requested files. Couldn't connect to server. [Failed connect to 46.105.250.205:25006; No error] [xDDsn/404.txd] هذا كلام كامل في اف 8 نسخته ألصورهـ:) أتمناء تشوفو لي حل شباب انا حذفت ألعبه كلها مع Mta Sa بس ألمشكله باقيه لآ ألحين
  3. في الوقت الحالي عندي مشكلة كبيرة جداً وهي مشكلة الانترنت المهم - هذا المود صراحة ما ادري وش اسميه لكن هو مود بسيط وهو عبارة عن مقدمة للسيرفر بعدها تقدر تسوي اي شي يعني مثلاً لوحة تسجيل او اي شي انت تريده الملفات المفتوحة لك 1- ClientSettings.lua 2- YourClientFile.lua 3- YourServerFile.lua -------------------------------------------------------------------------------- --------------------------------------------- local screenW, screenH = guiGetScreenSize() --------------------------------------------- Thumbnails = true -- or true --------------------------------------------- theSong = "song.mp3" --------------------------------------------- TimerC2 = 4 TimerC1 = 2 TimerCstart = 14 -- leave it -- من الافضل ترك هذه --------------------------------------------- --[[ theText1 = "welcome to the game" -- or "" theText2 = "you are now in the server" -- or "" theText3 = "Grand Theft Auto For You" -- or "" theText4 = "game mode by Developer Ahmed" -- or "" --]] theText1 = "" theText2 = "" theText3 = "" theText4 = "" --------------------------------------------- P1 = "P1.png" P2 = "P2.jpg" P3 = "P3.jpg" P4 = "P4.png" px1 = "Px1.png" px2 = "Px2.png" px3 = "Px3.png" px4 = "Px4.png" --------------------------------------------- RockStarIMG = "rocstarLogo.png" ---------------[ Thumbnails ]---------------- A_Thumbnails = 1 ---------------[ Thumbnails ]---------------- PxScrin1X,PxScrin1Z,PxScrin1X2,PxScrin1Z2 = (screenW - 300) / 2, (screenH - 300) / 2, 300, 300 PxScrin2X,PxScrin2Z,PxScrin2X2,PxScrin2Z2 = (screenW - 300) / 2, (screenH - 300) / 2, 300, 300 PxScrin3X,PxScrin3Z,PxScrin3X2,PxScrin3Z2 = (screenW - 300) / 2, (screenH - 300) / 2, 300, 300 PxScrin4X,PxScrin4Z,PxScrin4X2,PxScrin4Z2 = (screenW - 300) / 2, (screenH - 300) / 2, 300, 300 --------------------------------------------- DxFontNum1 = "default-bold" DxFontNum2 = "default-bold" DxFontNum3 = "default-bold" DxFontNum4 = "default-bold" --------------------------------------------- التحميل - اضغط هنا
  4. هذا المود رح يريح ناس كثيرين في اللعبة + يعطي للسيرفر واقعية اكثر لأنه بكل بساطة يخلي اللاعب حقك يتكلم بأصوات انت رح تحددها فيما بعد التحميل من هنا ملفات تستطيع التعديل عليها -- Client bindKey ( "F1" , "down" , function() guiSetVisible ( theWindow, not guiGetVisible ( theWindow ) ) showCursor ( guiGetVisible ( theWindow ) ) end) local table = { {"Sounds/enemy1.ogg","Sounds/Needhelp1.ogg","Sounds/Run1.ogg","Sounds/friendlyfire_alt1.ogg","Sounds/rogerthat1.ogg","Sounds/thankyou1.ogg","Sounds/Move1.ogg","Sounds/Sorry1.ogg","Sounds/Request.ogg","Sounds/requestmedic1.ogg","Sounds/getin1.ogg"}, {"Sounds/enemy2.ogg","Sounds/Needhelp2.ogg","Sounds/Run2.ogg","Sounds/friendlyfire_alt2.ogg","Sounds/rogerthat2.ogg","Sounds/thankyou2.ogg","Sounds/Move2.ogg","Sounds/Sorry2.ogg","Sounds/Request.ogg","Sounds/requestmedic2.ogg","Sounds/getin2.ogg"} } addEventHandler("onClientRender", root, function() --------------------------------------------= enemy,Needhelp,Run,friendlyfire_alt,rogerthat,thankyou,MoveSound,SorrySound,Request,requestmedic2,getinV = unpack( table[math.random(#table)] ) --------------------------------------------= PlaySoundNum1 = rogerthat PlaySoundNum2 = friendlyfire_alt PlaySoundNum3 = getinV PlaySoundNum4 = enemy PlaySoundNum5 = requestmedic2 PlaySoundNum6 = Request PlaySoundNum7 = Needhelp PlaySoundNum8 = SorrySound PlaySoundNum9 = thankyou PlaySoundNum10 = MoveSound --------------------------------------------= end ) --------------------------------------------= GUISET_TEXT1 = "Roger that" GUISET_TEXT2 = "Get in" GUISET_TEXT3 = "Need help" GUISET_TEXT4 = "Request pickup" GUISET_TEXT5 = "Sorry" GUISET_TEXT6 = "Thank you" GUISET_TEXT7 = "Stop Fire !" GUISET_TEXT8 = "Enemy in area" GUISET_TEXT9 = "Play with theLink.BETA" GUISET_TEXT10 = "write theLink Here" GUISET_TEXT11 = "Close window" GUISET_TEXT12 = "Go Go Go" GUISET_TEXT13 = "Sound System [BF2]" GUISET_TEXT14 = "Request medic" GUISET_TEXT15 = "Destroy Sound" SText = "S" LText = "L" --------------------------------------------= GUINormalTextColour,GUIColorCode,GUIFont = "NormalTextColour","FFDAF5F9","default-bold-small" --------------------------------------------= SoundMaxDistance1 = 50 SoundMaxDistance2 = 50 SoundMaxDistance3 = 50 SoundMaxDistance4 = 50 SoundMaxDistance5 = 50 SoundMaxDistance6 = 50 SoundMaxDistance7 = 50 SoundMaxDistance8 = 50 SoundMaxDistance9 = 50 SoundMaxDistance10 = 50 SoundMaxDistance11 = 50 --------------------------------------------= ShowChat = true -- or false Msg1 = "theMSG 1" Msg2 = "theMSG 2" Msg3 = "theMSG 3" Msg4 = "theMSG 4" Msg5 = "theMSG 5" Msg6 = "theMSG 6" Msg7 = "theMSG 7" Msg8 = "theMSG 8" Msg9 = "theMSG 9" Msg10 = "theMSG 10" ForYou
  5. Hello, https://luac.multitheftauto.com - API not work! my PHP code: $ch = curl_init(); $post_params = array( 'luasource' => new CurlFile('test.lua', 'application/octet-stream', 'test.lua'), 'compile' => 1, 'debug' => 0, 'obfuscate'=> 1 ); $options = array( CURLOPT_URL => 'https://luac.multitheftauto.com', CURLOPT_RETURNTRANSFER => true, CURLOPT_POST => true, CURLOPT_POSTFIELDS => $post_params ); curl_setopt_array($ch, $options); $data = curl_exec($ch); var_dump($data); Response: ERROR Could not sign file Please help, or FIX this...
×
×
  • Create New...