Jump to content

+Source|>

Members
  • Posts

    1,388
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by +Source|>

  1. اتوقع زيادة مودات او انه مود انت مسوي فيه تايمر كذا setTimer( function() end, 50, 0 )
  2. timer = {} function convertMilliseconds( i ) if ( i ) then sec = math.fmod( math.floor( i / 1000 ), 60 ) return string.format( '%2d', sec ) end end local timer2 = convertMilliseconds( getTimerDetails( timer[root] ) ) outputChatBox( "Don't repeat yourself!!! wait [ ".. timer2 .." ]", source, 255, 0, 0, true ) timer[root] = setTimer( function() end, 5000, 1 )
  3. --client addEventHandler("onClientResourceStart", root, function() triggerServerEvent( "GroupsCkeck", localPlayer ) end ) function checkGroups( GropaT ) guiGridListClear( groupsGrid ) local RowG = guiGridListAddRow( groupsGrid ) local gr = GropaT guiGridListSetItemText( groupsGrid, RowG, 1, ( tostring ( gr ) ), false, false ) guiGridListSetItemColor( groupsGrid, RowG, 1, 255, 255, 0 ) end addEvent( "addGroups", true ) addEventHandler( "addGroups", root, checkGroups ) --server function showGroups( ) local groupsAcc = {} groupsAcc = aclGroupList() for i, v in ipairs( groupsAcc ) do local Gname = aclGroupGetName( v ) GropaT = tostring( Gname ) triggerClientEvent( source, "addGroups", source, GropaT ) end end addEvent( "GroupsCkeck", true ) addEventHandler( "GroupsCkeck", root, showGroups )
  4. ابي اخلي الجروبات اللي في السيرفر تجي في القريد ليست محاولاتي --server function showGroups( ) local groupsAcc = {} groupsAcc = aclGroupList() for i, v in ipairs( groupsAcc ) do local Gname = aclGroupGetName( v ) GropaT = tostring( Gname ) end end addEvent( "GroupsCkeck", true ) addEventHandler( "GroupsCkeck", root, showGroups, GropaT ) --client function checkGroups( GropaT ) guiGridListClear( groupsGrid ) local RowG = guiGridListAddRow( groupsGrid ) local getGroupsAcc = GropaT triggerServerEvent( "GroupsCkeck", localPlayer, GropaT ) guiGridListSetItemText( groupsGrid, RowG, 1, ( tostring ( getGroupsAcc ) ), false, false ) guiGridListSetItemColor( groupsGrid, RowG, 1, 255, 255, 0 ) end
  5. هل فيه فكشن اسمه getAccountPassword + وش وظيفة هالفكشنات passwordHash passwordVerify
  6. حبيبي ما في شي اسمه معلوماتك لنفسك هنا المنتدى عشان نساعد صح مو غلط ض
  7. يب انا استغربت لما هو قال registery.db والصحيح هو internal.db
  8. if ( getPlayerName( source ) ) == ( string.find ( "H.D" ) ) then outputChatBox( " الشعار موجود ", source, 0, 0, 0, true ) else outputChatBox( " حط الشعار ", source, 0, 0, 0, true ) end ابي اسوي لو اللاعبب حاط الشعار يجيه كلمه بشات كيف؟
  9. الفكشن هو fadeCamera حاول ونساعدك
  10. addEventHandler("onPlayerClick", root, function( ) triggerClientEvent( source, "t", source ) end ) --client addEvent("t", true) addEventHandler("t", root, function() if getKeyState("mouse1") == true then setGameSpeed( tonumber( 10 ) ) else setGameSpeed( tonumber( 1.4 ) ) end end )
  11. addEventHandler("onPlayerClick", root, function( click ) if click == "mouse1" then setGameSpeed( tonumber( 10 ) ) else setGameSpeed( tonumber( 1.4 ) ) end end ) ????????????????
  12. ولا شي ابي اسوي لما يضغط mouse2 يسرع اللعب ولما يشيل اصبعه يبطئ اللعب
  13. ابي اسوي تحقق لو اللاعب ضاغط على mouse 2 يصير شي ولو شال يده من الزر يصير شي كيف
  14. المفروض ذا يشتغل جرب https://up.top4top.net/downloadf-874bu8a71-zip.html
  15. جيب المود في الخاص اعدله لك
  16. اي يقدر انا قصدي ان الجداول اسهل
  17. امسح لوحة التسجيل للي في الجيم مود وشغل حقتك
×
×
  • Create New...