Jump to content

#1Topro

Members
  • Posts

    234
  • Joined

  • Last visited

Everything posted by #1Topro

  1. واو مود رائع من شخص رائع :]
  2. واو عاش مود جامد فجرت القسسم بس مش كتير ٥ لين يبدا ؟
  3. كحكح يا حبيبي بتكون من لغة الجهاز أخي ظبتها من النت باد !
  4. خلاص اانا حليتها واشتغل ! بس باقي الخط !
  5. تم عدلت الصوت شكرا باقي الخط http://b.top4top.net/p_191rtp91.png
  6. for I,v in ipairs ( getElementsByType("player") ) do playSoundFrontEnd ( root, 49 ) end ما يسوي صوت وش الحل ؟
  7. أستعلمتها ! بس الصوت ما اجي وش اسوي ؟
  8. لا تزود مشاركاتك ع الفاضي ! تبي تساعد تفضل ما تبي خلاص !
  9. function dxDrawFramedText ( message, left, top, width, height, color, scale, font, alignX, alignY, clip, wordBreak, postGUI, frameColor, colorCoded ) color = color or tocolor ( 0, 0, 0, 50 ) frameColor = frameColor or tocolor ( 0, 0, 0, 255 ) scale = scale or 1.1 font = font or "default" alignX = alignX or "left" alignY = alignY or "top" clip = clip or false wordBreak = wordBreak or false postGUI = postGUI or false colorCoded = colorCoded or false dxDrawText ( message, left + 1, top + 1, width + 1, height + 1, frameColor, scale, font, alignX, alignY, clip, wordBreak, postGUI, colorCoded ) dxDrawText ( message, left + 1, top - 1, width + 1, height - 1, frameColor, scale, font, alignX, alignY, clip, wordBreak, postGUI, colorCoded ) dxDrawText ( message, left - 1, top + 1, width - 1, height + 1, frameColor, scale, font, alignX, alignY, clip, wordBreak, postGUI, colorCoded ) dxDrawText ( message, left - 1, top - 1, width - 1, height - 1, frameColor, scale, font, alignX, alignY, clip, wordBreak, postGUI, colorCoded ) dxDrawText ( message, left, top, width, height, color, scale, font, alignX, alignY, clip, wordBreak, postGUI, colorCoded ) end addEventHandler ( "onClientRender", root, function ( ) local data = getElementData ( resourceRoot, "3ajel" ) if ( data ) then local Name = tostring ( data[1] ) or "" local Message = tostring ( data[2] ) or "" dxDrawFramedText ( "* Admin : ".. tostring(data[1]), 20, 429, 722, 450, tocolor ( 255, 255, 255, 255 ), 1.00, "default-bold", "left", "top", false, false, false, false, true ) end end )
×
×
  • Create New...