Jump to content

Rockyz

Members
  • Posts

    1,862
  • Joined

  • Days Won

    8

Everything posted by Rockyz

  1. راجع الويكي string guiComboBoxGetItemText ( element comboBox, int itemId )
  2. Rockyz

    unconvertnumber

    try like this : function unconvertNumber ( number ) local result = number:gsub ( ',', '' ):gsub ( '%$', '' ); return tonumber ( result ); end
  3. كيف بيرمي قنبلة اذا هو في منطقة محمية ؟ خخ عندي لك حل سو ماركر برا المنطقة وجرب ارمي ع نفسك قنبلة شوف يضبط ولا لا
  4. ايه ليش ماتجربه ؟
  5. مخبص كلنت وسيرفر
  6. Wiki : errno - A number containing the error number or zero if there was no error. A list of possible error values are: 1-89: See cURL website or its mirror at cURL errors 400-599: See HTTP status codes 1002: Download aborted 1003: Failed to initialize 1004: Unable to parse url 1005: Unable to resolve host name 1006: Destination IP not allowed 1007: File error جرب موقع ثاني
  7. تأكد ان الكود في السيرفر سايد
  8. ايه + ليش ماتجرب بنفسك
  9. Rockyz

    BackRound colors

    https://community.multitheftauto.com/index.php?p=resources&s=details&id=6954
  10. + ^^ triggerClientEvent or /// set/get.ElementData
  11. ^^ تسوي عمليات حسابية
  12. كيف تبيها امر وتقول انت تعرف للامر وضح ؟
  13. https://forum.multitheftauto.com/topic/86819-buy-top-14-position-in-the-mta-server-browser-for-2-weeks/
  14. جرب : addEventHandler("onClientResourceStart", resourceRoot, function() local screenW, screenH = guiGetScreenSize() wPanel = guiCreateWindow((screenW - 358) / 2, (screenH - 395) / 2, 358, 395, "F9", false) guiWindowSetSizable(wPanel, false) guiSetAlpha(wPanel, 1.00) Warp = guiCreateButton(60, 59, 241, 166, "لوحة حفظ المكان", false, wPanel) guiSetProperty(Warp, "NormalTextColour", "FFAAAAAA") Close = guiCreateButton(285, 350, 41, 27, "X", false, wPanel) guiSetProperty(Close, "NormalTextColour", "FFAAAAAA") guiSetVisible(wPanel,false) end ) bindKey("F9","down", function () guiSetVisible(wPanel,not guiGetVisible(wPanel)) showCursor(guiGetVisible(wPanel)) end) addEventHandler ("onClientGUIClick", root, function ( ) if (source == Warp) then guiSetVisible(wPanel, false) showCursor(false) guiSetInputEnabled(false) end end )
  15. if you used onResourceStart at the serverside you need a timer
  16. ^^ ههههههههههههه ولا خخخخخخخخخخ
  17. مو لازم اشوفه اقدر بس افتح الفيديو اروح الوصف واحمل موهاهاهاها
×
×
  • Create New...