Mers[o]n Posted November 5, 2017 Share Posted November 5, 2017 (edited) ازيكم يا حبايبي .. لو سمحتو انا كنت عايز اعرف انا اللي عملتة دا صح ولا غلط علشان سالت واحد قالي يب كدة صح بس مش عايز يشتغل !! ابي كود شراء الرتب بـ اللفل او القتل الزومبي بليزز بسرعة xAddToGroupFunction_ = function ( Group,Price,Name ) local account = getAccountName(getPlayerAccount(source)); if isGuestAccount(getPlayerAccount(source)) then return outputChatBox(" * يجب عليك التسجيل اولاَ",source,255,0,0,true); end if isObjectInACLGroup("user."..account, aclGetGroup(tostring(Group))) then return outputChatBox("** لديك هذهـ الرتبة فعـلا ! ",source,255,0,0,true); end local sValue = getElementData( source,'Level' ) if not sValue then sValue = '0:0:0' end local data = split(sValue,':') local Level = tonumber( data[1] ) if Level == nil or not tonumber(Level) then Level = 0 end if ( Level >= tonumber(Price)) then aclGroupAddObject (aclGetGroup( tostring(Group)),"user."..account); outputChatBox("** تم اضافة الرتبة بنجاح | "..Name,source,0,255,0,true); else outputChatBox("** مش معاك لفل كافي",source,255,0,0,true); end end addEvent("rank",true) addEventHandler("rank",root,xAddToGroupFunction_) Edited November 5, 2017 by Mers[o]n Link to comment
Mers[o]n Posted November 5, 2017 Author Share Posted November 5, 2017 @!#NssoR_) @N3xT @Abu-Solo @</Mr.Tn6eL> @Abdul KariM @3NAD @Default#^ Link to comment
Ahmed Ly Posted November 6, 2017 Share Posted November 6, 2017 xAddToGroupFunction_ = function ( Group,Price,Name ) local account = getAccountName(getPlayerAccount(source)); if isGuestAccount(getPlayerAccount(source)) then return outputChatBox(" * يجب عليك التسجيل اولاَ",source,255,0,0,true); end if isObjectInACLGroup("user."..account, aclGetGroup(tostring(Group))) then return outputChatBox("** لديك هذهـ الرتبة فعـلا ! ",source,255,0,0,true); end local Level = getElementData( source,'Level' ) if Level >= tonumber(Price) then aclGroupAddObject (aclGetGroup( tostring(Group)),"user."..account); outputChatBox("** تم اضافة الرتبة بنجاح | "..Name,source,0,255,0,true); else outputChatBox("** مش معاك لفل كافي",source,255,0,0,true); end end addEvent("rank",true) addEventHandler("rank",root,xAddToGroupFunction_) 1 Link to comment
Mers[o]n Posted November 6, 2017 Author Share Posted November 6, 2017 (edited) عندي خطا .. دا من اية ؟؟ Edited November 6, 2017 by Mers[o]n Link to comment
Doffy Posted November 6, 2017 Share Posted November 6, 2017 8 hours ago, Mers[o]n said: عندي خطا .. دا من اية ؟؟ وين الكلنت اولا ؟؟ Link to comment
iMr.WiFi..! Posted November 6, 2017 Share Posted November 6, 2017 8 hours ago, Mers[o]n said: عندي خطا .. دا من اية ؟؟ لأنك حطيت رتبة ماهي موجودة ! 1 1 Link to comment
iyaad Posted November 6, 2017 Share Posted November 6, 2017 اخي تأكد من الأكواد المطروحه لانو اشوفها فله وما فيها خطاً بس يمديك مو مسوي تريق او مثل ما قال واي فاي الرتبة مو موجودة Link to comment
Mers[o]n Posted November 7, 2017 Author Share Posted November 7, 2017 يغلق لـ الافادهــــ ^ 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