Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 31/12/18 in all areas

  1. يمكن يقصد المسافات انا استخدم المحرر نوت باد بلس بلس و احب انظم اكوادي عشان الاقي الاخطاء بسهولة هذا كل ما في الامر
    1 point
  2. ,وقت تبي تمنشن للادمن في فوق شي اسمه Report Post ,مو ضروري تزيد مشاركاتك , ,ثانيا وقت تبي ترد , رد بفائده لغيرك مو تقله ما في كذا مود ولازم تشتريه من احد بدل ما تساعده , تعال اعطيك ريالين تمشي فيهم وضعك لو محتاج ,ثالثا أنا صح معتزل بس على الاقل أدخل المنتدى كل فترة واساعدهم بـ الي اقدر عليه و الي متذكرة , مو مثلك ادخل عشان ازيد مشاركاتي وامنشن مفكر نفسك على الفيس بوك .أنتهى _ كلامي معك , مقامك مو بمستوى نعل ومدري ليه عاطيك قيمة#
    1 point
  3. @JeViCo The syntax: bool fetchRemote ( string URL[, string queueName = "default" ][, int connectionAttempts = 10, int connectTimeout = 10000 ], function callbackFunction, [ string postData = "", bool postIsBinary = false, [ arguments... ] ] ) Problem 1 Always be called The callback function will always be called, even if there is an error. function myCallback( responseData, errno ) if errno == 0 then Problem 2 Execution order: Line: 1 local variable Line: 2 fetchRemote("http_stuff", Making a network request. Line: 6 Line: 7 print(variable) -- nil ------------------------------------------------------------------------------------------------- ---------- Waiting for the network request to be finished ---------- ------------------------------------------------------------------------------------------------- Line: 2 function(resp) Callback function will be called after a delay. The delay can be long or short, depending on the response. If not response, it will be called eventually with an error. connectTimeout: Number of milliseconds each connection attempt will take before timing out https://wiki.multitheftauto.com/wiki/FetchRemote Line: 3 variable = resp Line: 4 print(variable) -- OK Line: 5 end) Callback functions in combination with the network are always async. The code doesn't wait for these callback functions.
    1 point
  4. معليش انا نوب .. اعطيك ياها كلها ؟ اسف اخوي بس الي بطلع لما اضغط على انشاء جروب هيك EORROR: Group_system\client.lua:13: exports: Callto non-running server resource (guimessages [string "?"]
    1 point
  5. WARNIG: Group_system\c;ient.lua:13:bad argument @ 'guiSetProperty' [Exected gui-element at argument 1, got nil ] معليش انا لسا جديد هنا و لا اعرف الكثير WARNIG: Group_system\client.lua:13:bad argument @ 'guiSetProperty' [Exected gui-element at argument 1, got nil ] تعديل **
    1 point
  6. @PaisoN^ احد كلمك ؟ @NX_CI افتح ديسكورد
    0 points
×
×
  • Create New...