Jump to content

xLive

Scripting Moderators
  • Posts

    467
  • Joined

  • Days Won

    22

Everything posted by xLive

  1. You can't, from Compatibility FAQ:
  2. xLive

    ACL Problem

    ACL does not work with serials you need to put your account name user.YourAccountName if you don't have an account, create a one /register [account name] [password] then log into your account /login [account name] [password]
  3. You only have 2 GB of system RAM available, and most of your other crashes is related to memory issues with 2 GB of RAM, you can only join some very optimized servers to avoid memory crashes.
  4. Lua <==> Javascript communication
  5. xLive

    HELP

    Installing/Updating resources on your server
  6. Your thread has been moved into the Scripting section.
  7. @Redcap Open the Controls settings and make sure you are using the Standard controls option.
  8. عندك برنامج أو فايروس جالس يعدل بالملفات أو يمنع البرامج تفكها حتى أداة الفحص ما قدر يفحص ملفات اللعبة ++ مجلد اللعبة ما يكون مليان ملفات كذا أنصحك تشيل أي شي عندك يعدل عالجهاز وتركب انتي فايروس مثل Malwarebytes وتسوي فحص كامل وترجع تثبت GTA و MTA وحطها بمجلد لحالها إذا ماضبطت كلها أنصحك تعيد تثبيت الويندوز
  9. ارسل صورة كاملة للوحة الكراش + ياليت لو تشغل الأداة يلي بالأسفل وتلصق الرابط يلي راح ينسخ لك
  10. ممكن بعض الأشياء المنشورة برمجتها سيئة؟ وممكن يكون السكربت ذا في أبسط شكل له وأنت تشوفه طويل؟ على أي حال مافي طريقة ثابته تبسط الكود إذا تعرف تبرمج راح تقدر تبسطه إن وجد ومفروض تسوي السكربت بنفسك بدال ما تستخدم منشور إذا تشوف برمجته سيئة
  11. الخطأ من جانب اللوحة يلي حاطها مو من جانب لوا
  12. ما عندي خبرة كثيرة باللوحات هذي لأني بالغالب أستعمل أوامر اللينكس عشان اشغل وأحدث وغيره بس حسب م اتذكر أنك تحط الملف المضغوط لكن وهي تثبت لحاله؟
  13. https://linux.multitheftauto.com
  14. ---------------------- -- Setting ---------------------- local Admin = { {"King Time","15"}, {"Police","25"}, {"Moderator","35"}, {"SuperModrator","50"}, {"Admin 1","65"}, {"Admin.General","80"}, {"Admin.Lord","100"}, {"Specicl.Admin","130"}, {"Admin.senior","160"}, {"Big.Boss","180"}, {"Admin Crown","200"}, {"King Of The Server","240"}, {"Special.Admin","270"}, {"Head.Admin","300"}, {"Assistant.Console","350"}, {"Guided.server","400"}, {"Mentor.console","450"}, {"Micro.server","470"}, {"agent.server","500"}, {"general.manger","530"}, {"Director.Admin","600"}, {"Director.Controllir","750"}, {"Watcher.Officials","800"}, {"Microcontroller.official","900"}, {"general.Microcontroller","980"}, {"Best.Officials","1100"}, {"Lord.Officials","1250"}, {"King.Officials","1450"}, {"Team.M6.1","1650"}, {"Team.M6.2","1670"}, {"Veteran.director","1800"}, {"Splendid.admin","1950"}, {"Heroic.admin","2000"}, } ---------------------- -- Setting ---------------------- FontGrid = guiCreateFont( "Fonts/Font2.ttf", 11 ) FontLabel = guiCreateFont( "Fonts/Font2.ttf", 13 ) FontButton = guiCreateFont( "Fonts/Font2.ttf", 13 ) GUIEditor = { gridlist = {}, window = {}, button = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(547, 92, 418, 648, "[M.6]Rank-System[M.6]", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF08F640") guiSetVisible(GUIEditor.window[1], false) GUIEditor.button[1] = guiCreateButton(106, 549, 214, 59, "Buy Rank", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") GUIEditor.label[1] = guiCreateLabel(42, 29, 331, 28, "≈[M.6]≈[ مطانيخ العرب ]≈[Ksa]≈[ سعودي هجولة ]≈[M.6]≈", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") GUIEditor.label[2] = guiCreateLabel(130, 618, 185, 30, "Programmed-By-Mo5darat", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") GUIEditor.gridlist[1] = guiCreateGridList(9, 51, 399, 488, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[1], "Group", 0.5) guiGridListAddColumn(GUIEditor.gridlist[1], "Hours", 0.5) guiSetFont(GUIEditor.gridlist[1], FontGrid ) guiSetFont(GUIEditor.label[1], FontLabel ) guiSetFont(GUIEditor.button[1], FontButton ) for k,v in ipairs ( Admin ) do row = guiGridListAddRow(GUIEditor.gridlist[1]); guiGridListSetItemText(GUIEditor.gridlist[1],row,1,v[1],false,false); guiGridListSetItemText(GUIEditor.gridlist[1],row,2,v[2],false,false); guiGridListSetItemColor(GUIEditor.gridlist[1],row,1,math.random(0,255),math.random(0,255),math.random(0,255)) guiGridListSetItemColor(GUIEditor.gridlist[1],row,2,math.random(0,255),math.random(0,255),math.random(0,255)) end xMainFunctions_ = function ( ) local row, col = guiGridListGetSelectedItem ( GUIEditor.gridlist[1] ) local Group = tostring ( guiGridListGetItemText(GUIEditor.gridlist[1],row,1 )); local Price = tostring ( guiGridListGetItemText(GUIEditor.gridlist[1],row,2 )); if ( row and col and row ~= -1 and col ~= -1 ) then triggerServerEvent("Accept:the:request",localPlayer,Group,Price); else outputChatBox("Please Click On The Rank",math.random(0,255),math.random(0,255),math.random(0,255),true); end end addEventHandler("onClientGUIClick",GUIEditor.button[1],xMainFunctions_,false) local againStartMove = 10 local endMove = 300 addEventHandler("onClientRender",root,function() if ( guiGetVisible(GUIEditor.label[1]) == true ) then local x,y = guiGetPosition(GUIEditor.label[1],false) guiSetPosition(GUIEditor.label[1],x + 1,y,false) if ( x >= endMove ) then guiSetPosition(GUIEditor.label[1],againStartMove,y,false) end end end) addEventHandler ( "onClientResourceStart", root, function ( ) if ( isTimer ( timerColor ) ) then killTimer ( timerColor ) end timerColor = setTimer ( function ( ) guiLabelSetColor ( GUIEditor.label[1], math.random ( 255 ), math.random ( 255 ), math.random ( 255 ) ) end, 100, 0 ) end ) addEventHandler("onClientResourceStart", resourceRoot, function() setTimer(function() for _, random in ipairs(getElementsByType('gui-button',getResourceRootElement(getThisResource())) ) do guiSetProperty(random, 'NormalTextColour', string.format("%.2X%.2X%.2X%.2X", 255, math.random(255), math.random(255), math.random(255))) end end, 100, 0) end) bindKey("F10", "down", function() if guiGetVisible(GUIEditor.window[1]) == true then guiSetVisible(GUIEditor.window[1], false) showCursor(false) guiSetInputEnabled(false) else if guiGetVisible(GUIEditor.window[1]) == false then guiSetVisible(GUIEditor.window[1], true) showCursor(false) guiSetInputEnabled(true) end end end) end) لو تشوف الدي بق حق اللعبة بيكتب لك شي زي كذا تقريبا بالأحمر بمعنى إن السطر الأخير ناقصه قوس ضفنا قوس وجاء خطأ أخر إن فيه اند ناقصة وكذا
  15. ياليت لو صاحب الموضوع يعدله وينبه على موضوع المزامنة و addElementDataSubscriber لأنه مهم جدا
  16. بكل اختصار تحط على كائن مفتاح معين وقيمة مثال pointsابغا احط على الاعب الفلاني مفتاح اسمه والقيمة حقته خلينا نقول 5 setElementData(player,"points",5) ملاحظة: الالتمت داتا تقبل أي قيمة حتى لو كانت كائن أو جدول حاليا الداتا هذي راح تنحفظ على الاعب لين مايطلع من السيرفر أو لو حطيتها على كائن أخر زي مركبة راح تجلس لين تنحذف المركبة طيب اوك الحين كيف اجيبها؟ getElementData بإستخدام المفتاح تستخدم local points = getElementData(player,"points") طبعا في شي يتميز فيه الالتمت داتا وهي المزامنة الان بما انك حطيت النقاط المزامنة مفعلة كيف؟ يمديك تجيب الداتا هذي بجانب اخر مثلا الكلينت طبعا أنصحك وشي جدا ضروري تقفل المزامنة إذا ماتحتاجها ( الارقمنت الرابع ) مثال setElementData(player,"points",5,false) انا على سبيل المثال هنا ماحتاج الداتا هذي تتزامن للكلينت لأني ماحتاجها هناك أحتاجها بالسيرفر فقط .طبعا أنا اشوف الأفضل تستخدم الجداول بدلاً من الالتمت داتا لأن يمديك تزامنها براحتك وللاعبيين محددين
  17. اوك غريب مو زي اي خطأ قد شفته لكن شفت موضوعك بالقسم الاجنبي زي ماقال انتظر المطور يرد عليك
  18. لطلب فك باند اللعبة من هنا
  19. وعليكم السلام خش المستندات وخش ع مجلد اسمه GTA San Andreas User Files وجرب احذف ملف gta_sa.set إذا ماضبطت ممكن تشغل الأداة هذي؟ بعد ماتنتهي راح ينسخ رابط تلقائي ارسله هنا
  20. لو لعبت القصة بتعرف إن هذي إذا ماكان عندك خبرة بالسلاح مو سالفة انها واقعية او لا? تحقق إن الايدي مايكون حق خبرة الشوزن شزون for Value = 69, 81 do if Value ~= 73 then setPedStat( Player, Value, 1000 ) end end
  21. مافهمت وش تقصد بالمسكة الغير الواقعية ممكن صورة عشان افهم كيف تخرب؟
  22. وعليكم السلام اللعبة غير مسؤولة عن المشاكل يلي تصير بين الاعضاء بالسيرفرات ولا لها القدرة تسوي لهم شي .شكرًا لك
×
×
  • Create New...