Jump to content

+Source|>

Members
  • Posts

    1,389
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by +Source|>

  1. هنا ابي اسوي لما اللاعب يسجل يجي حسابه بالجريد ليست بس المشكله انه لما يسجل اكثر من مره اسمه يجي كثيير ابيه يجي مره بس بالجريد ليست -- client addEvent ( 'AddInGrid2' , true ) addEventHandler ( 'AddInGrid2' , root , function( Table ) guiGridListClear( allAccountsGrid ) for i, v in ipairs( Table ) do local Rowgg = guiGridListAddRow( allAccountsGrid ) guiGridListSetItemText( allAccountsGrid, Rowgg, 1, v.accountP , false, false ) guiGridListSetItemColor( allAccountsGrid, Rowgg, 1, 0, 255, 255 ) end end ) -- client addEvent ( 'Refresh_2' , true ) addEventHandler ( 'Refresh_2' , root , function () local aSQL2c = executeSQLQuery ( 'SELECT * FROM AccountPlayers' ) if ( #aSQL2c ~= 0 ) then triggerClientEvent ( root, 'AddInGrid2' , root , aSQL2c ) end end ) addEventHandler("onPlayerLogin", root, function() local accountP = getAccountName( getPlayerAccount( source ) ) triggerEvent ( 'Refresh_2' , root ) executeSQLQuery( "INSERT INTO AccountPlayers ( accountP ) VALUES( ? )", accountP ) end )
  2. اتوقع زيادة مودات او انه مود انت مسوي فيه تايمر كذا setTimer( function() end, 50, 0 )
  3. 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 )
  4. --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 )
  5. ابي اخلي الجروبات اللي في السيرفر تجي في القريد ليست محاولاتي --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
  6. هل فيه فكشن اسمه getAccountPassword + وش وظيفة هالفكشنات passwordHash passwordVerify
  7. حبيبي ما في شي اسمه معلوماتك لنفسك هنا المنتدى عشان نساعد صح مو غلط ض
  8. يب انا استغربت لما هو قال registery.db والصحيح هو internal.db
  9. if ( getPlayerName( source ) ) == ( string.find ( "H.D" ) ) then outputChatBox( " الشعار موجود ", source, 0, 0, 0, true ) else outputChatBox( " حط الشعار ", source, 0, 0, 0, true ) end ابي اسوي لو اللاعبب حاط الشعار يجيه كلمه بشات كيف؟
  10. الفكشن هو fadeCamera حاول ونساعدك
  11. 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 )
  12. addEventHandler("onPlayerClick", root, function( click ) if click == "mouse1" then setGameSpeed( tonumber( 10 ) ) else setGameSpeed( tonumber( 1.4 ) ) end end ) ????????????????
  13. ولا شي ابي اسوي لما يضغط mouse2 يسرع اللعب ولما يشيل اصبعه يبطئ اللعب
  14. ابي اسوي تحقق لو اللاعب ضاغط على mouse 2 يصير شي ولو شال يده من الزر يصير شي كيف
  15. المفروض ذا يشتغل جرب https://up.top4top.net/downloadf-874bu8a71-zip.html
  16. جيب المود في الخاص اعدله لك
  17. اي يقدر انا قصدي ان الجداول اسهل
  18. امسح لوحة التسجيل للي في الجيم مود وشغل حقتك
×
×
  • Create New...