Jump to content

AboShanab

Members
  • Posts

    1,348
  • Joined

  • Last visited

Everything posted by AboShanab

  1. guiGridListSetItemData( GridList, row, 1, v[2] ) !!! guiGridListGetItemData( GridList, row, 1, v[2] ) !!!
  2. جرب الكود وتكلم + في غلط عندك في كودك اللي فوق if alpa == 0 then ?? if alpha == 0 then ^ + الارقمنت اللي في كود setTimer اللي هو true م منه اي داعي + كودك مو مرتب
  3. @Kemo : function guiSetVisiblex ( wind, kemo ) if not ( kemo ) or ( type ( kemo ) ~= "boolean" ) or not ( wind ) or not ( isElement ( wind ) ) then return false end if ( kemo == true ) then if ( guiGetVisible ( wind ) ~= false ) then return false end guiSetAlpha ( wind, 0 ) if not ( guiGetVisible ( wind ) ) then guiSetVisible ( wind, true ) end setTimer ( function ( ) local alpha = guiGetAlpha ( wind ) alpha = alpha + 0.1 guiSetAlpha ( wind, alpha ) end, 50, 10 ) else if ( guiGetVisible ( wind ) ~= true ) then return false end guiSetAlpha ( wind, 1 ) setTimer ( function ( ) local alpha = guiGetAlpha ( wind ) alpha = alpha - 0.1 guiSetAlpha ( wind, alpha ) if ( alpha <= 0 ) then guiSetVisible ( wind, false ) end end, 50, 10 ) end end
  4. dxDrawText("#ff8800".. month,0,110,screenWidth,screenHeight,tocolor(0,0,0,alpha),2,"default-bold","center","top",false,false,true,true)
  5. try it loadstring ( "return paris" ) ( )
  6. بالنسبة لك ي جعفر .. تراه نفس الطريقة راح ينزل الملف
  7. function ( thePlayer ) accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if accName == "yourAccountName" then triggerClientEvent ( thePlayer, "openT9wetWindowPlease", thePlayer ) else outputChatBox ( "* You Don't Have Permissions !!", thePlayer, 255, 0, 0, true ) end end ) yourAccountName = اسم حسابك
  8. اذا كنت تقصد cinfu اكيد تقبل
  9. @Kemo : عندك اخطاء kem = {"Block",} > kem = {"Block"} + function isPlayerNotAllowed(ply) for _, acl_ in ipairs (kem) do if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(ply)),aclGetGroup(acl_)) then return true end end end + صاحب الموضوع عدل ع الكود هذا if isPlayerAllowed(source) == false then outputChatBox("لايمكنك أخد رتبة لأنك محظور" , source , 255 , 0 , 0 , true ) return end الى if isPlayerNotAllowed(source) == true then outputChatBox("لايمكنك أخد رتبة لأنك محظور" , source , 255 , 0 , 0 , true ) return end
  10. على كلامهم يقولون حط رقم سري خطير ولا احد يعرفه انت جرب حط رقم سري مثل كذا يعني Z421$qqw43^&qwe1
  11. تشغلها وتتاكد انها خلصت مدري شلون تجي هذي :\
  12. @HassoN : وظيفة جيدة لكن يبي لها شوي من ناحية التنسيق والاهتمام + حط aclReload
  13. getCountPlayerInTeam Client and Server Side ! Syntax int getCountPlayerInTeam ( team ) function getCountPlayerInTeam ( team ) assert ( isElement ( team ) and getElementType ( team ) == "team", "Bad argument @ getCountPlayerInTeam [ team expected, got " .. type ( team ) .. " ]" ) local countPlayer = 0 for _,v in ipairs ( getElementsByType ( "player" ) ) do if ( getPlayerTeam ( v ) == team ) then countPlayer = countPlayer + 1 end end return countPlayer end Wiki : https://wiki.multitheftauto.com/wiki/Ge ... ayerInTeam
  14. نعم اخخوي يجي عليها تيم سبيك .. تدعم اغلب الالعاب تقريباً
  15. انصحك في TcAdmin حقت الالعاب هي ممتازة جداً للخوادم وخصوصاٌ الالعاب .. اغلب الاستضافات الرائعة حاطين هذي اللوحةة ! http://tcadmin.com/
  16. إيه اضمن لك بكثيييييييييييييييييييييييييييييييييييييييييييييييييير اللوحة تفتح لك ثغرات بالخادم غير نهائية ( إذا كان التركيب مو مضبوط) ! ومثل م قال لك تنطيل فيها ثغرة يعني ابعد عنها
×
×
  • Create New...