Jump to content

Professor

Members
  • Posts

    70
  • Joined

  • Last visited

Everything posted by Professor

  1. استضافة ( حــكــايــم ) للسيرفرات والدعم الفني - للاسعار المميزه ========================================= الـسلام عليكم ورحمة الله وبركاته مفاجئه للكل , استضافه حكايم العربيه دعم فني 24 ساعه ( مباشر + التذاكر ) , حمايه للباك اب وجميع الملفات , ترققيع جميع الثغرات الموجوده طريقه الشراء: 1- التواصل مع الدعم الفني او الإداره طرق الدفع: من داخل السعودية 1- SMS , cashU , بطاقات شحن من خارج السعودية 1- SMS , cashU لدخول الاستضافه: http://7kaim-host.com الاستضافة تحتاج الى مبرمجين محترفين ( ولهم راتب شهريا ) بنسبه التعب المطلوبين حاليا: TAPL , Tete omar , HoLsTeN , 3ash8 alshrq الرجاء منكم وضع رد بالموضوع ( اوافق , لا اوافق ) وشكرا لكم قد نحتاج المزيد لاكن ليس الآن تاكد: الاستضافه 24 ساعه .. الدعم الفني 24 ساعه متواصل مسنجر و تذاكر ---------------------------------------------------- ههذي الاستضافة ليست للبيع والشراء فقط بإمكانك حماية سيرفراتك والدعم ---------------------------------------------------- رابط الاستضافة: http://www.7KAIM-HOST.com ايميل الدعم والاداره: [email protected] , والسلام خير الختام ______________ ..
  2. كنت اواجهه المشكله بششكل يومي مسحت اللعبه و الام تي ايه وحملت اللعبه تورنت واشتغل 100% ولا عممري شفت المشكله بعدد م حمملتها !
  3. خلاص تم الإفاده .. ششكرا لك ععاشق الششرقق
  4. ركب acl جديد وريح راسك !
  5. GUIEditor_Label = {} GUIEditor_Grid = {} GUIEditor_Grid[1] = guiCreateGridList(10,23,220,250,false,GUIEditor_Window[1]) GUIEditor_Grid[2] = guiCreateGridList(10,23,220,250,false,GUIEditor_Window[1]) guiGridListSetSelectionMode(GUIEditor_Grid[1],1) guiGridListSetSelectionMode(GUIEditor_Grid[2],1) guiGridListAddColumn(GUIEditor_Grid[1],"Skin",0.9) guiGridListAddColumn(GUIEditor_Grid[2],"Cars",0.9) GUIEditor_Button[1] = guiCreateButton(10,288,96,46,"1",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(127,287,96,46,"2",false,GUIEditor_Window[1]) skin1 = { {46}, {45}, } Cars = { {511}, {512}, } addEventHandler("onClientGUIClick",root, function () if ( source == GUIEditor_Button[1] ) then guiGridListClear(GUIEditor_Grid[1]) for i,v in ipairs(skin1) do local row = guiGridListAddRow(GUIEditor_Grid[1]) guiGridListSetItemText(GUIEditor_Grid[1],row,1,tostring(v[1]),false,false) end end end ) addEventHandler("onClientGUIClick",root, function () if ( source == GUIEditor_Button[2] ) then guiGridListClear(GUIEditor_Grid[2]) for i,v in ipairs(Cars) do local row = guiGridListAddRow(GUIEditor_Grid[2]) guiGridListSetItemText(GUIEditor_Grid[2],row,1,tostring(v[1]),false,false) end end end ) addEventHandler("onClientGUIClick",root, function () local sel = guiGridListGetSelectedItem(GUIEditor_Grid[1]) local text = guiGridListGetItemText(GUIEditor_Grid[1],sel,1) if ( source == GUIEditor_Grid[1] ) then setElementModel(localPlayer,tonumber(text)) end end )
  6. لا , ققلبو فيه ازرار انا ابغى احط زر رقم 1 قريد الشخصيات وزر رقم 2 قريد السيارات ! اتمنى وضحت الفككره طيب وش المشكلة ومثل ماقال تابل مافيه الا قريد واحد سويت قريد ثاني ونفس المشكله ذذ
  7. لا , ققلبو فيه ازرار انا ابغى احط زر رقم 1 قريد الشخصيات وزر رقم 2 قريد السيارات ! اتمنى وضحت الفككره
  8. السلام عليكم ورحمه الله ششباب انا سويت نافذه فيها قريد واحد للشخصيات والثاني سيارات وعندي مشكله ممكن تحلونها لي ( انا مابغى اطرح الكود كامل ) GUIEditor_Label = {} GUIEditor_Grid = {} GUIEditor_Grid[1] = guiCreateGridList(10,23,220,250,false,GUIEditor_Window[1]) guiGridListSetSelectionMode(GUIEditor_Grid[1],1) guiGridListSetSelectionMode(GUIEditor_Grid[2],1) guiGridListAddColumn(GUIEditor_Grid[1],"Skin",0.9) guiGridListAddColumn(GUIEditor_Grid[2],"Cars",0.9) GUIEditor_Button[1] = guiCreateButton(10,288,96,46,"1",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(127,287,96,46,"2",false,GUIEditor_Window[1]) skin1 = { {46}, {45}, } Cars = { {511}, {512}, } addEventHandler("onClientGUIClick",root, function () if ( source == GUIEditor_Button[1] ) then guiGridListClear(GUIEditor_Grid[1]) for i,v in ipairs(skin1) do local row = guiGridListAddRow(GUIEditor_Grid[1]) guiGridListSetItemText(GUIEditor_Grid[1],row,1,tostring(v[1]),false,false) end end end ) addEventHandler("onClientGUIClick",root, function () if ( source == GUIEditor_Button[2] ) then guiGridListClear(GUIEditor_Grid[2]) for i,v in ipairs(Cars) do local row = guiGridListAddRow(GUIEditor_Grid[2]) guiGridListSetItemText(GUIEditor_Grid[2],row,1,tostring(v[1]),false,false) end end end ) addEventHandler("onClientGUIClick",root, function () local sel = guiGridListGetSelectedItem(GUIEditor_Grid[1]) local text = guiGridListGetItemText(GUIEditor_Grid[1],sel,1) if ( source == GUIEditor_Grid[1] ) then setElementModel(localPlayer,tonumber(text)) end end ) القريد الاول حق الشخصيات شغال باقي حق السيارات اظغط على زر 2 مايطلع لي القريد
  9. الفري روم مايختلف الا اماكن الازرار انت اعطية مثال وخلاص @ بروفيسور ههذا قصدي
  10. كل فري روم يختلف عن الثاني !! الاحداثيات والصوره والازرار ماتختلف ؟
  11. كيف تبغاني اشرح لك وكل فري روم عن الثاني يختلف ! انت ضيف الزر ( مافيه اسهل من الخطوه ذي ) وانا اسويلك نافذه الوزنيات !
  12. gate1 = createObject ( 1966, x, y, z, 0, 0, 0) ------- اسم الاوبجت gate2 = createObject ( 1966, x,y, z, 0, 0, 0) ------- اسم الاوبجت end ---------- مايحتاج 4 end end end توضيح كلام الاخ " تابل
  13. ميكرو انا عميل ونزلت اكثر من تذكره دعم فني ولا احد رد علي ضيفني لاهنت [email protected]
  14. هذه الامثله طبقها ع احداثياتك وكمل الباقي ------------------------------------------- للادمن فقط addCommandHandler ( "jetpack", function ( thePlayer ) if doesPedHaveJetPack ( thePlayer ) then removePedJetPack ( thePlayer ) return end local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) ) then if not doesPedHaveJetPack ( thePlayer ) then givePedJetPack ( thePlayer ) end end end ) someGuy = getPlayerFromName ( "someguy" ) if ( someGuy ) then x, y, z = getElementPosition ( someGuy ) bed = createObject ( 1700, x + 5, y, z ) ------------ احداثيات و اي دي البوابه ! moveObject ( bed, 3000, x, y, z ) --------------- احداثيات اتجاه الحركه outputChatBox ( "Moving a bed towards you!", someGuy ) else outputChatBox ( "Player someguy doesn't exist" ) end
  15. اخوي اضن هذه الفكره يدخلك عالم وهمي عالم خاص بمودات حرب العصابات وعالم خاص بـ الهجوله ^ اذ الفكره صح تربط العالم الوهمي بالزر والمودات وبس !
  16. تبغى نعطيك فري روم كامل ؟ -- انت ركب الزر وانا اسويلك نافذه الوزنيات ! -- See You
  17. ايففل ’ كلمني مسن اعطيك القيم حقي ششغال 100% وفيه مهمات
  18. Server Side: addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), function() exports.customblips:createCustomBlip ( 0,0, 20, 20, "icon.png" ) end ) meta.xml --- كل ماعليك وضع الصوره بأسم icon --- وتكون صيغتها png --- وتضيفهها للمود zip ---
  19. اذ ماتعرف تستخدم الويكي روح لـ الفري روم اخذ منه الاكواد جاههزه !!
  20. الرجاء التحدث باللغه العربيه الفصحى
  21. بالنسبه لـ كود سحب الفلوس عند الظغط ع الزر Server Side: addEvent("Pro",true) function Pro() local playerMoney = getPlayerMoney(source) if playerMoney >= 50 then takePlayerMoney (source,50) outputChatBox("* -$50",source,0,255,0,true) elseif playerMoney <= 50 then outputChatBox("* you Don't have enough Money !",source,255,0,0,true) end end addEventHandler("Pro",getRootElement(),Pro) مو متأكد منه !
×
×
  • Create New...