Jump to content

Ahmed.MoataZ

Members
  • Posts

    111
  • Joined

  • Last visited

Everything posted by Ahmed.MoataZ

  1. مود فى غايه الروعه والجمال
  2. اذا ضغط ع زر button يظهر ف guimessages اسم الى ضغط عليه
  3. قصدك تحريك الوحه استخدم guiMoveLeft or Right or Top or DownToCenter او تتحرك بسرعه استخدم InterPolateBetween Skype:dvrz.dvrz
  4. elseif ( source == الزر ) then if isPlayerHudComponentVisible("health")then showPlayerHudComponent ( "armour", false ) showPlayerHudComponent ( "health", false ) showPlayerHudComponent ( "money", false ) showPlayerHudComponent ( "clock", false ) showPlayerHudComponent ( "weapon", false ) showPlayerHudComponent ("ammo", false) showPlayerHudComponent ( "money", false ) showPlayerHudComponent ( "wanted", false ) showPlayerHudComponent ( "radar", false ) else showPlayerHudComponent ( "armour", true ) showPlayerHudComponent ( "health", true ) showPlayerHudComponent ( "money", true ) showPlayerHudComponent ( "clock", true ) showPlayerHudComponent ( "weapon", true ) showPlayerHudComponent ("ammo", true) showPlayerHudComponent ( "money", true ) showPlayerHudComponent ( "wanted", true ) showPlayerHudComponent ( "radar", true ) end elseif ( source == الزر2 ) then if ( isChatVisible ( ) ) then showChat ( false ) else showChat ( true ) end end end ) Skype:dvrz.dvrz
  5. wnd = guiCreateWindow(539, 167, 268, 439, "GridList", false) btn = guiCreateButton(91, 358, 94, 23, "Select", false,wnd) grid = guiCreateGridList(32, 56, 199, 295, false,wnd) if ( source == btn ) then if ( guiGridListGetSelectedItem ( grid ) ~= -1 )then local name = guiGridListGetItemText (grid, guiGridListGetSelectedItem (grid),1) exports["guimessages"]:outputClient("#04B4AE[iphone System] #00ff11 You Have Successfuly Choose ".. name .. "" ,255 ,0 ,0) exports["guimessages"]:outputClient( "#04B4AE[iphone System] #00ff11Please choose Item From List." ,255 ,0 ,0) end
×
×
  • Create New...