Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 13/11/17 in all areas

  1. السلآم عليكمم ورحمة الله وبركآته , اليومم جبت لكمم فكرةة حلوةة وهي ان نسوي قصه .. مثلا ,, انا بقول : قام محمد من نومه ف رأى من النافذة شيء غريب واحد يرد , : ف وجد انه دب واحد ثاني يرد عليهه : فذهب مسرعا لأمه وأبيه .. وهكذا .. ونكون قصصة .. انا ببدأ .. صحى محمد من نومه فلم يجد أحدا في المنزل كمملو ~
    1 point
  2. صار يقول .. يا @Saud'Faisal وينك انقذني .. وجا سعود فيصل ب الكابرس وحاط شيلة يا سعود العلي وكان يهجول .. والمشكلة مش هان .. المشكلة انه سعود فيصل هو رئيس عضابة قطاع الطرق
    1 point
  3. يخي خربتها ايش ربع بوليسي هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه لا عاد بعد ذي الرساله تقول اششياء كذا .. وبعد أن رأآهم من الشبآك , فحاول ان يهرب الى غرفة نومه واختبئ تحت سريره كملو الحين يقلي طلع له شاص دمر البيت لتستهبلل " كمل
    1 point
  4. ورأء قطاع الطرق بجيب ربع بوليسي ف ماكان الرد الا ........ اولاه لاتخفطفونيه
    1 point
  5. function dxDrawCircle( posX, posY, radius, width, angleAmount, startAngle, stopAngle, color, postGUI ) if ( type( posX ) ~= "number" ) or ( type( posY ) ~= "number" ) then return false end local function clamp( val, lower, upper ) if ( lower > upper ) then lower, upper = upper, lower end return math.max( lower, math.min( upper, val ) ) end radius = type( radius ) == "number" and radius or 50 width = type( width ) == "number" and width or 5 angleAmount = type( angleAmount ) == "number" and angleAmount or 1 startAngle = clamp( type( startAngle ) == "number" and startAngle or 0, 0, 360 ) stopAngle = clamp( type( stopAngle ) == "number" and stopAngle or 360, 0, 360 ) color = color or tocolor( 255, 255, 255, 200 ) postGUI = type( postGUI ) == "boolean" and postGUI or false if ( stopAngle < startAngle ) then local tempAngle = stopAngle stopAngle = startAngle startAngle = tempAngle end for i = startAngle, stopAngle, angleAmount do local startX = math.cos( math.rad( i ) ) * ( radius - width ) local startY = math.sin( math.rad( i ) ) * ( radius - width ) local endX = math.cos( math.rad( i ) ) * ( radius + width ) local endY = math.sin( math.rad( i ) ) * ( radius + width ) dxDrawLine( startX + posX, startY + posY, endX + posX, endY + posY, color, width, postGUI ) end return true end local screenWidth, screenHeight = guiGetScreenSize( ) local screenW, screenH = guiGetScreenSize( ) local count = 0 addEventHandler( "onClientRender", root, function( ) if ( count < 360 ) then count = count + 5 end dxDrawText( math.ceil(100*(count/360)).."%", (screenW - 184) / 2, (screenH - 62) / 2, ((screenW - 184) / 2) + 184, ( (screenH - 62) / 2) + 62, tocolor(0, 0, 0, 200), 1.00, "sans", "center", "center", false, false, false, false, false) dxDrawCircle( screenWidth / 2, screenHeight / 2 , 68, 4, nil, nil, 360, tocolor ( 1, 186, 172, 200 ) ) dxDrawCircle( screenWidth / 2, screenHeight / 2, 60, 4, 1, 0, count, tocolor ( 104, 253, 240, 150 ) ) end )
    1 point
  6. guiSetProperty "BackgroundColours"
    1 point
  7. المفروض تكتفي بالرد الأول لان الرد حقه صحيح : ) سويت لك يوزفل فنشكن تستفيد منه : ) function getCenterPosition ( w, h ) local sW, sH = guiGetScreenSize (); return ( ( sW - w ) / 2 ), ( ( sH - h ) / 2 ) end --Example : local button = guiCreateButton ( 50, 50, 100, 50, "test", false ) local x, y = getCenterPosition ( 100, 50 ) guiSetPosition ( button, x, y, false )
    1 point
  8. الكود : local label = guiCreateLabel ( 500, 500, 50, 50, "i'm excellent xd", false ) guiSetProperty ( label, "BackgroundEnabled", "True" ) guiSetProperty ( label, "BackgroundImage", "set:CGUI-Images image:GenericBrush" ) guiSetProperty ( label, "BackgroundColours", "tl:FFFF0000 tr:FFFF0000 bl:FFFF0000 br:FFFF0000" )
    1 point
  9. If the modded vehicles txd has any light files delete them, having vehiclelightson128/vehiclelights128.png in a vehicles txd file will cause it go black.
    1 point
  10. لديك 24 ساعة من الان لتقوم بترجمة محتوي موضوعك والا سيتم نقل موضوعك للارشيف هذا القسم يختص باللغة العربية فقط وإذ كنت تود ان تتحدث بلغة اخري يجب عليك إنشاء موضوع في القسم المختص باللغة التي تود التحدث بها
    1 point
  11. تشكر اخي تقدر تغير الالوان وشكل البيوت وكل شئ ربي يديم الضحكة .. الله يسلمك .. نورت اخي الموضوع
    1 point
  12. العفو , كنت داري انك تقصد getPedTotalAmmo بس اختصرتها لك وعطيتك الفنكشن وبتوفيق : )
    1 point
  13. Probably, they edited that building model, remove that door, replace that building model, and put the interior model inside that building using map file or createObject. I tried this long ago, it looks pretty good actually, as long as the interior model fits inside that empty space of building.
    1 point
  14. وعليكم السلام ! Xml File (questions.xml) : <questions> <question question="من هم اصحاب السيرفر"> <answer>Source</answer> <answer>Anotherone</answer> </question> </questions> Client : local gridlist = gridlist -- put your gridlist here local memo = memo -- put your memo here local xml = xmlLoadFile("questions.xml") for index, node in pairs ( xmlNodeGetChildren ( xml ) ) do local question = xmlNodeGetAttribute ( node, "question" ) local answers = { } for key, answer in pairs ( xmlNodeGetChildren ( node ) ) do table.insert ( answers, xmlNodeGetValue( answer ) ) end local row = guiGridListAddRow ( gridlist ) guiGridListSetItemText ( gridlist, row, 1, question .."?", false, false ) guiGridListSetItemData ( gridlist, row, 1, answers ) end xmlUnloadFile(xml) addEventHandler ( "onClientGUIClick", root, function ( ) if source == gridlist then local selected = guiGridListGetSelectedItem ( gridlist ) if selected ~= -1 then guiSetText ( memo, table.concat( guiGridListGetItemData ( gridlist, selected ), '\n' ) ) end end end )
    1 point
  15. Why don't you start with making the component to retrieve the upgrades first?
    1 point
  16. Table = { { 'السلام عليكم' , 'وعليكم السلام' } ,{ 'كيف اخر رتبة' , 'تواجد وساعد' } } addEventHandler ( 'onClientGUIClick' , root , function ( ) if ( source == Button ) then for _ , v in ipairs ( Table ) do if ( string.find ( guiGetText ( EditQuestion ) , v [ 1 ] ) ) then guiSetText ( EditAnswer , '/n'..v [ 2 ] ) end end end end ) إعتبرها ترحيب كونك جديد في المنتدى . للمعلومة ما نعطي اكواد جاهزة دايما .
    1 point
  17. السلام عليكم ورحمة الله وبركاتة لقد تم إضافة خاصية حماية الحساب قبل فتره بسيطة وتم إنشاء هذا الموضوع لمن لم يلاحظ وجود هذه الخاصية او لمن لايعرف طريقة إستخدامها حتي ! اولأ طريقة تفعيل هذه الحماية عن طريق إتباع الخطوات التالية : Account Settings الذهاب الي ومن ثم كما موضح في الصورة ومن ثم سيطلب منك إدخال الباسورد الحالي لحسابك ومن ثم سيفتح لك هذه النافذه والان اصبح لديك 3 خيارات وسأقوم بشرح كل واحده منهم Authy: تقوم بإرسال كود سري لهاتفك ومن ثم سيطلب المنتدي منك إدخال هذا الكود السري في المنتدي لتتمكن من فتح حسابك Google Authenticator: يجب عليك تحميله علي هاتفك ومن ثم سيعطيك كود سري وسيطلب منك المنتدي هذا الكود السري لتتمكن من فتح حسابك Security Questions: اسئلة الامان ( لاداعي لشرحها لأنها معروفة ) ملاحظة مهمة : عند تفعيل اي واحده منهم سيسألك المنتدي عن الكود السري من وقت لأخر وهذا لا يعني ان هناك شخص قد قام بإختراق حسابك , هذا فقط للتأكد من انك انت صاحب الحساب الاصلي وحتي في حال تم إختراق حسابك من اي عضو اخر لاتقلق لأن حسابك سيكون بأمان ولن يستطيع فعل اي شي الا بعد ان يقوم بإدخال الكود السري الذي يتم إرساله لك تم تثبيت الموضوع لفترة مؤقتة واتمني لكم التوفيق
    1 point
×
×
  • Create New...