Taken' Posted June 25, 2018 Share Posted June 25, 2018 addEvent("buy",true) addEventHandler("buy",root, function () local Money = getPlayerMoney(source) if ( Money >= 5000000 ) then -- عدد الاموال takePlayerMoney ( source , 5000000 ) -- عدد الاموال الي تنسحب local account = getAccountName(getPlayerAccount(source)); if isObjectInACLGroup("user." .. account, aclGetGroup("ModeratorServer")) then outputChatBox( "You Have ModeratorServer",source,255,0,0,true) aclGroupAddObject (aclGetGroup("ModeratorServer"), "user."..getAccountName( getPlayerAccount(source) )) outputChatBox ( " Bought ModeratorServer Succfully", root, 255, 255, 0,true ) else outputChatBox ( "انت لا تملك المال الكافي للشراء ", getRootElement(), 255, 0, 0, true ) end end ) --- سيرفر سايد وش الغلط ب الاكواد ؟ م يبي يشتري معي Link to comment
Adham Posted June 25, 2018 Share Posted June 25, 2018 ضيف المود في الادمن resource.اسم المود addEvent("buy",true) addEventHandler("buy",root, function () local Money = getPlayerMoney(source) if ( Money >= 5000000 ) then -- عدد الاموال takePlayerMoney ( source , 5000000 ) -- عدد الاموال الي تنسحب local account = getAccountName(getPlayerAccount(source)); if isObjectInACLGroup("user." .. account, aclGetGroup("ModeratorServer")) then outputChatBox( "You Have ModeratorServer",source,255,0,0,true) aclGroupAddObject (aclGetGroup("ModeratorServer"), "user."..getAccountName( getPlayerAccount(source) )) outputChatBox ( " Bought ModeratorServer Succfully", root, 255, 255, 0,true ) end else outputChatBox ( "انت لا تملك المال الكافي للشراء ", getRootElement(), 255, 0, 0, true ) end end ) Link to comment
Taken' Posted June 25, 2018 Author Share Posted June 25, 2018 addEvent("buy",true) addEventHandler("buy",root, function () local Money = getPlayerMoney(source) if ( Money >= 5000000 ) then -- عدد الاموال takePlayerMoney ( source , 5000000 ) -- عدد الاموال الي تنسحب local account = getAccountName(getPlayerAccount(source)); if isObjectInACLGroup("user." .. account, aclGetGroup("ModeratorServer")) then outputChatBox( "You Have ModeratorServer",source,255,0,0,true) aclGroupAddObject (aclGetGroup("ModeratorServer"), "user."..getAccountName( getPlayerAccount(source) )) outputChatBox ( " Bought ModeratorServer Succfully", root, 255, 255, 0,true ) end else outputChatBox ( "انت لا تملك المال الكافي للشراء ", getRootElement(), 255, 0, 0, true ) end end ) ياخذ الفلوس ومايعطيني الرتبه !! مافي احد بيحل لي المشكلة ؟ اعاني منها من زمان ومو قادر احلها :[ مافي احد بيحل لي المشكلة ؟ اعاني منها من زمان ومو قادر احلها :[ Link to comment
N3xT Posted June 25, 2018 Share Posted June 25, 2018 addEvent("buy",true) addEventHandler("buy",root, function () local Money = getPlayerMoney(source) if ( Money >= 5000000 ) then -- عدد الاموال takePlayerMoney ( source , 5000000 ) -- عدد الاموال الي تنسحب local account = getAccountName(getPlayerAccount(source)); if isObjectInACLGroup("user." .. account, aclGetGroup("ModeratorServer")) then outputChatBox( "You Have ModeratorServer",source,255,0,0,true) else aclGroupAddObject (aclGetGroup("ModeratorServer"), "user." .. account ) outputChatBox ( " Bought ModeratorServer Succfully", source, 255, 255, 0,true ) end else outputChatBox ( "انت لا تملك المال الكافي للشراء ", source, 255, 0, 0, true ) end end ) Link to comment
Taken' Posted June 25, 2018 Author Share Posted June 25, 2018 11 minutes ago, N3xT said: addEvent("buy",true) addEventHandler("buy",root, function () local Money = getPlayerMoney(source) if ( Money >= 5000000 ) then -- عدد الاموال takePlayerMoney ( source , 5000000 ) -- عدد الاموال الي تنسحب local account = getAccountName(getPlayerAccount(source)); if isObjectInACLGroup("user." .. account, aclGetGroup("ModeratorServer")) then outputChatBox( "You Have ModeratorServer",source,255,0,0,true) else aclGroupAddObject (aclGetGroup("ModeratorServer"), "user." .. account ) outputChatBox ( " Bought ModeratorServer Succfully", source, 255, 255, 0,true ) end else outputChatBox ( "انت لا تملك المال الكافي للشراء ", source, 255, 0, 0, true ) end end ) ظهرت معي مشكلة ب كودك .. انه لما يكون معي الرتبه واجي اشتري الرتبه يقول انت عندك هذي الرتبه وياخذ فلوس ! Link to comment
Abdul KariM Posted June 25, 2018 Share Posted June 25, 2018 addEvent("buy",true) addEventHandler("buy",root, function ( ) if not aclGetGroup ( "ModeratorServer" ) then outputChatBox ( "error" , source ) return end local account = getAccountName(getPlayerAccount(source)); if isObjectInACLGroup("user." .. account, aclGetGroup("ModeratorServer")) then return outputChatBox( "You Have ModeratorServer",source,255,0,0,true) end local Money = getPlayerMoney(source) if ( Money < 5000000 ) then -- عدد الاموال return outputChatBox ( "انت لا تملك المال الكافي للشراء ", source, 255, 0, 0, true ) end takePlayerMoney ( source , 5000000 ) -- عدد الاموال الي تنسحب aclGroupAddObject (aclGetGroup("ModeratorServer"), "user." .. account ) outputChatBox ( " Bought ModeratorServer Succfully", source, 255, 255, 0,true ) end ) Link to comment
Guest Posted August 1, 2018 Share Posted August 1, 2018 متأكد انك مسوي اسم الرتبة الي راح تاخذها .. في الأسل ؟ Link to comment
N3xT Posted August 1, 2018 Share Posted August 1, 2018 9 hours ago, *AnGeL said: متأكد انك مسوي اسم الرتبة الي راح تاخذها .. في الأسل ؟ المشكلة انحلت من شهر, ليه ترفع المواضيع القديمة الله يهديك؟ 1 Link to comment
Guest Posted August 2, 2018 Share Posted August 2, 2018 16 hours ago, N3xT said: المشكلة انحلت من شهر, ليه ترفع المواضيع القديمة الله يهديك؟ وش مدريني ؟ ثاني شيء ما قال انها تحلت ، يهديني ويهديك . Link to comment
N3xT Posted August 2, 2018 Share Posted August 2, 2018 24 minutes ago, *AnGeL said: وش مدريني ؟ ثاني شيء ما قال انها تحلت ، يهديني ويهديك . سكت بعد اخر كود يعني ظبط معاه 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