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. Rockyz

    [Help]

    string.gsub
  4. كيف بيرمي قنبلة اذا هو في منطقة محمية ؟ خخ عندي لك حل سو ماركر برا المنطقة وجرب ارمي ع نفسك قنبلة شوف يضبط ولا لا
  5. ايه ليش ماتجربه ؟
  6. مخبص كلنت وسيرفر
  7. 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 جرب موقع ثاني
  8. تأكد ان الكود في السيرفر سايد
  9. ايه + ليش ماتجرب بنفسك
  10. Rockyz

    BackRound colors

    https://community.multitheftauto.com/index.php?p=resources&s=details&id=6954
  11. + ^^ triggerClientEvent or /// set/get.ElementData
  12. ^^ تسوي عمليات حسابية
  13. كيف تبيها امر وتقول انت تعرف للامر وضح ؟
  14. سطر 8 استبدل root ب resourceRoot
  15. https://forum.multitheftauto.com/topic/86819-buy-top-14-position-in-the-mta-server-browser-for-2-weeks/
  16. جرب : 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 )
  17. if you used onResourceStart at the serverside you need a timer
  18. ^^ ههههههههههههه ولا خخخخخخخخخخ
  19. دجاج ولا خرفان
  20. مو لازم اشوفه اقدر بس افتح الفيديو اروح الوصف واحمل موهاهاهاها
×
×
  • Create New...