-
Posts
210 -
Joined
-
Last visited
Everything posted by ميدوح
-
بسم الله الرحمن الرحيم السلام عليكم ورحمة الله وبركاته guiWindowTitlebarRight Syntax : guiWindowTitlebarRight(window, text, onClick) Code : function guiWindowTitlebarRight(window, text, onClick) local width = dxGetTextWidth(text, 1, "default") local label = guiCreateLabel(guiGetSize(window, false) - width, 0, width, width, text, false, window) guiLabelSetColor(label, 255,0,0) guiSetProperty(label, "ClippedByParent", "False") guiSetProperty(label, "AlwaysOnTop", "True") local fun = {} for i,v in ipairs(fun) do if v == "__self" then fun[i] = label end end addEventHandler("onClientGUIClick", label, function() if onClick then onClick(fun) end end, false) addEventHandler("onClientMouseEnter", label, function() guiLabelSetColor(label, 0,255,0) end, false) addEventHandler("onClientMouseLeave", label, function() guiLabelSetColor(label, 100,100,0) end, false) end Example : win = guiCreateWindow(100, 100, 300, 300, "window", false) function closet() guiSetVisible(win,false) end guiWindowTitlebarRight(win, "X",closet) Author : ميدوح
-
شكراا لكم جميعا ولردوركم الجميلة دي الله لايحرمني مروركم ... ..، Skype : e2020mo
-
editorشغل مود عندك فوق اضغط على definition ومنها اختار race واضفها add واضغط اوك وبعدين تحت ع يسار بالؤشر الماوس عن طريق mouse_wheel_up اختار spawnpoint
-
نايس
-
1366 x 768 x 32 + النوافذ
-
--------------------------------------------------------------------------------------------------------------------- Home > Other > General > B.L.A.S.T. > The last reply > Your!
-
مبدع كالعادة استمر يا بطل ... بس ليش فيديو هاتك ع اليوتيوب ماتنفتح We're processing this video. Check back later. Sorry about that.
-
function Money (thePlayer) givePlayerMoney ( thePlayer, 9999 ) end -- addCommandHandler ( "give", Money ) script.lua
-
السلام عليكم ورحمة الله وبركاته كيفكم؟ ابي سوي local cj = getLocalPlayer() bindKey ( "1", "down", function() if cj then outputChatBox("cj") local x1,y1,z1 = 2485.00000, -1667.00000, 86.20466 local x2,y2,z2 = 2485.00000, -1667.00000, 20.20466 local x3,y3,z3 = 2263.43066, -1658.47412, 15.21893 local px, py, pz = getElementPosition(localPlayer) local xs,ys,zs = interpolateBetween ( x1,y1,z1, px, py, pz-20,0, "OutQuad") setCameraMatrix(xs,ys,zs,px, py, pz-20,0,0) else local xs2,ys2,zs2 = interpolateBetween ( x2,y2,z2, x2,y2,z2,0, "OutQuad") setCameraMatrix(x3,y3,z3,xs2,ys2,zs2,0,0) setCameraTarget (localPlayer) end end ) ما حرك
-
showChat -- # Client Side .. addEventHandler ( "onClientGUIClick",root,function ( ) if source == closeaam then triggerServerEvent("closechatmaster",localPlayer) elseif source == openaam then triggerServerEvent("openchatmaster",localPlayer) end end ); -- # Server Side .. addEventHandler ( "closechatmaster" , true ) addEventHandler ( "closechatmaster" , root , function ( ) for _,aPlayer in ipairs( getElementsByType( 'player' ) ) do if not isObjectInACLGroup( 'user.'..getAccountName ( getPlayerAccount ( aPlayer ) ),aclGetGroup ( 'Console' ) ) then showChat ( aPlayer, false ) end end end ); addEventHandler ( "openchatmaster" , true ) addEventHandler ( "openchatmaster" , root , function ( ) for _,aPlayer in ipairs( getElementsByType( 'player' ) ) do if not isObjectInACLGroup( 'user.'..getAccountName ( getPlayerAccount ( aPlayer ) ),aclGetGroup ( 'Console' ) ) then showChat ( aPlayer, true ) end end end );
-
https://wiki.multitheftauto.com/wiki/DxDrawAnimWindow
-
امممم function isCursorOverRectangle(x,y,w,h) if isCursorShowing() then local mx,my = getCursorPosition () local ScreenX,ScreenY = guiGetScreenSize() cursorx,cursory = mx*ScreenX,my*ScreenY if cursorx > x and cursorx < x + w and cursory > y and cursory < y + h then return true else return false end end end local var = 0 local visible = false bindKey ("f2", "down",function() addEventHandler("onClientRender",root, function () if visible == true then dxDrawRectangle (553, 361, 211, 100, tocolor ( 0, 255, 0, 150 )) dxDrawRectangle (553, 400, 211, 100, tocolor ( 255, 0, 0, 150 )) if isCursorOverRectangle(533,361, 211, 100) then var = var + 1 elseif isCursorOverRectangle(553, 400, 211, 100) then var = var - 1 end dxDrawText(var, 553, 361, 811, 397) end end) visible = not visible showCursor(visible) end)
-
https://wiki.multitheftauto.com/wiki/AR/String addCommandHandler("444", function ( cmd , text ) if ( text ) then outputChatBox(string.lower(text)) end end ) F8 : 444 ABC
-
delete : https://community.multitheftauto.com/index.php?p=resources&s=details&id=13822 https://community.multitheftauto.com/index.php?p=resources&s=details&id=13802
-
الله يعطيك العافية ع السكربت ولاتحرمنا من ابداعات القادمة... --- ونسمع منك انظمة جديدة
-
شكراا لكم جميعا ولردوركم الجميلة دي الله لايحرمني مروركم ... -- انا يفكر اسوي شرطة - امان تراقب المجرمين وغيرهم.. فاذا كانت الفكرة موجودة او أحد سواها قبلي فخلاص واذا لا فانا راح اسويها ان شاء الله
-
monthAH ={ [ 1 ] = 'محرم', [ 2 ] = 'صفر', [ 3 ] = 'ربيع الأول', [ 4 ] = 'ربيع الآخر', [ 5 ] = 'جمادي الأول', [ 6 ] = 'جمادي الآخر', [ 7 ] = 'رجب', [ 8 ] = 'شعبان', [ 9 ] = 'رمضان', [ 10 ] = 'شوال', [ 11 ] = 'ذوالقعدة', [ 12 ] = 'ذوالحجة' } Month = (monthAH [getRealTime().month -8 ]); addEventHandler('onClientRender', root, function() dxDrawText(tostring( Month ),10,100,200,200) end )
-
السلام عليكم ورحمة الله وبركاته كيفكم؟ Sاحرف الـ في الخريطة تعبر عن المدرسة الصورة الثانية دفع التسجيل في المدرسة اختار اما روم 1 او روم 2 روم 1 لدخول مسابقة دراسية روم 2 لدخول فصل الرسم الصورة الثالثة الطلاب والاجابة على اسئلة الاستاذ في مسابقة مستوى ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ روم 2 عن الرسم ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ تصوير اي مشهد امامك وعرضه على التلفاز دول الملفات الخاصة بكل شئ معين مثل عن المدرسة والرومات اللي بداخلها والملف التاني عن تصوير مشهد وعرضه على التلفاز اللي اتكلمت عنهم فوق .. وان شاء الله لو في افكار تانية جديدة بضيفها التحميل هنا ---- شكرا .,، لــ @Abdul KariM @!#NssoR_) @</Mr.Tn6eL> @iPrestege +3 لانهم ساعدوني قديما في حل مشكلة ،برمجة
-
stolen: https://community.multitheftauto.com/index.php?p=resources&s=details&id=13791 original: https://community.multitheftauto.com/index.php?p=resources&s=details&id=13784 ^_^!