MR_Mahmoud Posted June 21, 2018 Author Share Posted June 21, 2018 Just now, Mr.Mostafa said: جربت الكود الي فوق؟ يب جربته ماصار + هاذا الديبق Link to comment
Mr.Mostafa Posted June 21, 2018 Share Posted June 21, 2018 1 minute ago, MR_Mahmoud said: يب جربته ماصار + هاذا الديبق هادا مب خطا - رستر المود وصور الي يطلع بالاحمر Link to comment
MR_Mahmoud Posted June 21, 2018 Author Share Posted June 21, 2018 1 minute ago, Mr.Mostafa said: هادا مب خطا - رستر المود وصور الي يطلع بالاحمر رسترت مايطلع شي بلأحمر Link to comment
N3xT Posted June 21, 2018 Share Posted June 21, 2018 48 minutes ago, Mr.Mostafa said: -- # Client addEventHandler ( "onClientGUIClick" , root , function ( ) if source == button1 then showCursor(false) guiSetVisible(window,false) triggerServerEvent ( "admin",localPlayer) end end ) -- # Server addEvent("admin",true) addEventHandler("admin",root, function() local accPlr = getPlayerAccount ( source ) if ( accPlr and not isGuestAccount ( accPlr ) ) then aclGroupAddObject (aclGetGroup("Admin"), "user."..getAccountName(accPlr)) end end ) الكود صحيح لكن يا صاحب الموضوع غير اسم التريقرات يمكن يكون فيه تعارض بينه وبين مود ثاني Link to comment
Mr.Mostafa Posted June 21, 2018 Share Posted June 21, 2018 Just now, N3xT said: الكود صحيح لكن يا صاحب الموضوع غير اسم التريقرات يمكن يكون فيه تعارض بينه وبين مود ثاني لسا كنت بقول كدا او يمكن هو حاذف رتبة ادمن من سرفره -- # Client addEventHandler ( "onClientGUIClick" , root , function ( ) if source == button1 then showCursor(false) guiSetVisible(window,false) triggerServerEvent ( "adminGiveRank",localPlayer) end end ) addEvent("adminGiveRank",true) addEventHandler("adminGiveRank",root, function() local account = getAccountName(getPlayerAccount(source)); if ( account and not isGuestAccount ( account ) ) then aclGroupAddObject (aclGetGroup("Console"), "user."..account) outputChatBox("تم ترقيتك ادمن !",source,255,255,255,true) else outputChatBox("يجب تسجيل الدخول لاخد رتبة !",source,255,255,255,true) end end ) جرب كدا ! Link to comment
MR_Mahmoud Posted June 21, 2018 Author Share Posted June 21, 2018 2 minutes ago, N3xT said: الكود صحيح لكن يا صاحب الموضوع غير اسم التريقرات يمكن يكون فيه تعارض بينه وبين مود ثاني يب ياخي الله ينور عليك ض2 من الاول + شكرا لك مصطفى تعبتك معي @N3xT اخي تكفى تقدر تسويلي مايعطيه الرتبة الا ليدفع مبلغ معين واذا مامعه يقله ليس لديك مال كاف ولله اكون ممنون Link to comment
N3xT Posted June 21, 2018 Share Posted June 21, 2018 استبدل ذا باللي عندك وغير التريقر addEvent("admin",true) addEventHandler("admin",root, function() local accPlr = getPlayerAccount ( source ) local playerMoney = getPlayerMoney ( source ) local prize = 5000 -- سعر الرتبة if ( accPlr and not isGuestAccount ( accPlr ) ) then if ( playerMoney >= prize ) then aclGroupAddObject (aclGetGroup("Admin"), "user."..getAccountName(accPlr)) takePlayerMoney ( source, prize ) else outputChatBox("You don't have enough money", source, 255, 255, 255, true) end end end ) Link to comment
Mr.Mostafa Posted June 21, 2018 Share Posted June 21, 2018 8 minutes ago, MR_Mahmoud said: اخي تكفى تقدر تسويلي مايعطيه الرتبة الا ليدفع مبلغ معين واذا مامعه يقله ليس لديك مال كاف ولله اكون ممنون ليه ما قولتلي طيب ض1 Link to comment
MR_Mahmoud Posted June 21, 2018 Author Share Posted June 21, 2018 (edited) 58 minutes ago, N3xT said: استبدل ذا باللي عندك وغير التريقر addEvent("admin",true) addEventHandler("admin",root, function() local accPlr = getPlayerAccount ( source ) local playerMoney = getPlayerMoney ( source ) local prize = 5000 -- سعر الرتبة if ( accPlr and not isGuestAccount ( accPlr ) ) then if ( playerMoney >= prize ) then aclGroupAddObject (aclGetGroup("Admin"), "user."..getAccountName(accPlr)) takePlayerMoney ( source, prize ) else outputChatBox("You don't have enough money", source, 255, 255, 255, true) end end end ) تم الله يعطيك العافيه بس اذا بدي احول من انه يعطيه رتبة لسحب الرتبة منه كيف معليش لو عزبتك شوي بس عمبتعلم واذا ضغط ومامعه الرتبة المحددة انها تنحذف يقله ليس لديك الرتبة وماياخد منه فلوس Edited June 21, 2018 by MR_Mahmoud Link to comment
Mr.Mostafa Posted June 21, 2018 Share Posted June 21, 2018 -- # Client addEventHandler ( "onClientGUIClick" , root , function ( ) if source == button1 then showCursor(false) guiSetVisible(window,false) triggerServerEvent ( "removeAdminRank",localPlayer) end end ) -- # Server addEvent("removeAdminRank",true) addEventHandler("removeAdminRank",root, function() local accPlr = getPlayerAccount ( source ) local playerMoney = getPlayerMoney ( source ) local prize = 5000 -- سعر الرتبة if ( accPlr and not isGuestAccount ( accPlr ) ) then if ( playerMoney >= prize ) then if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( source ) ),aclGetGroup ("Admin") ) then aclGroupRemoveObject (aclGetGroup("Admin"), "user."..getAccountName(accPlr)) takePlayerMoney ( source, prize ) else outputChatBox("* Rank system : You don't have admin rank to remove it !", source, 255, 255, 255, true) end else outputChatBox("* Rank system : You don't have enough money !", source, 255, 255, 255, true) end else outputChatBox("* Rank system : You must register on account to remove your admin rank !", source, 255, 255, 255, true) end end ) 1 Link to comment
MR_Mahmoud Posted June 21, 2018 Author Share Posted June 21, 2018 1 hour ago, Mr.Mostafa said: -- # Client addEventHandler ( "onClientGUIClick" , root , function ( ) if source == button1 then showCursor(false) guiSetVisible(window,false) triggerServerEvent ( "removeAdminRank",localPlayer) end end ) -- # Server addEvent("removeAdminRank",true) addEventHandler("removeAdminRank",root, function() local accPlr = getPlayerAccount ( source ) local playerMoney = getPlayerMoney ( source ) local prize = 5000 -- سعر الرتبة if ( accPlr and not isGuestAccount ( accPlr ) ) then if ( playerMoney >= prize ) then if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( source ) ),aclGetGroup ("Admin") ) then aclGroupRemoveObject (aclGetGroup("Admin"), "user."..getAccountName(accPlr)) takePlayerMoney ( source, prize ) else outputChatBox("* Rank system : You don't have admin rank to remove it !", source, 255, 255, 255, true) end else outputChatBox("* Rank system : You don't have enough money !", source, 255, 255, 255, true) end else outputChatBox("* Rank system : You must register on account to remove your admin rank !", source, 255, 255, 255, true) end end ) الله يعطيك الف عافيه + اخر طلب كيف اسوي الكلام يطلع عند الكل او عند الاعب فقط outputChatBox("* Rank system : You don't have admin rank to remove it !", source, 255, 255, 255, true) يعني لو بدي اسوي هي تطلع عند الكل يشوفها كيف Link to comment
Mr.Mostafa Posted June 21, 2018 Share Posted June 21, 2018 8 minutes ago, MR_Mahmoud said: الله يعطيك الف عافيه + اخر طلب كيف اسوي الكلام يطلع عند الكل او عند الاعب فقط outputChatBox("* Rank system : You don't have admin rank to remove it !", source, 255, 255, 255, true) يعني لو بدي اسوي هي تطلع عند الكل يشوفها كيف تبدل كلمة source لــ root عشان تطلع الرسالة للكل Link to comment
MR_Mahmoud Posted June 21, 2018 Author Share Posted June 21, 2018 2 minutes ago, Mr.Mostafa said: تبدل كلمة source لــ root عشان تطلع الرسالة للكل هل تفرق اذا كان سيرفر او كلينت ؟ Link to comment
Mr.Mostafa Posted June 21, 2018 Share Posted June 21, 2018 1 minute ago, MR_Mahmoud said: هل تفرق اذا كان سيرفر او كلينت ؟ لا عادي بس اتاكد من نكست 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now