TOUNSI |, السعأدة Posted March 8, 2018 Share Posted March 8, 2018 elseif ( source == aTab1.Warp ) then if getElementData(player,'Derby') == true or getElementData(player,'infoClan') ~= false then outputChatBox('Admin: لايمكنك الانتقال لهذا اللاعب لأنه في ديربي !',255,0,0) return else triggerServerEvent ( "aPlayer", localPlayer, player, "warp" ) end elseif ( source == aTab1.WarpTo ) then if getElementData(player,'Derby') == true or getElementData(player,'infoClan') ~= false then outputChatBox('Admin: لايمكنك الانتقال لهذا اللاعب لأنه في ديربي !',255,0,0) return else aPlayerWarp ( player ) end كود لـوحة ادمين لا تستطيع انتقال لهذا اللاعب لأنه في ديربي مزبط آرجو الحل Link to comment
Rakan# Posted March 8, 2018 Share Posted March 8, 2018 elseif ( source == aTab1.Warp ) then if getElementData(player,'Derby') ~= true and getElementData(player,'infoClan') == false then triggerServerEvent ( "aPlayer", localPlayer, player, "warp" ) else outputChatBox('Admin: لايمكنك الانتقال لهذا اللاعب لأنه في ديربي !',255,0,0) end elseif ( source == aTab1.WarpTo ) then if getElementData(player,'Derby') ~= true and getElementData(player,'infoClan') == false then aPlayerWarp ( player ) else outputChatBox('Admin: لايمكنك الانتقال لهذا اللاعب لأنه في ديربي !',255,0,0) end جرب Link to comment
#Major . Posted March 9, 2018 Share Posted March 9, 2018 8 hours ago, MR.TOUNSI said: if getElementData(player,'Derby') == true or getElementData(player,'infoClan') ~= false الحين ليه حطيت اول تحقق == وثاني تحقق عكسته ~= ضض ؟ Link to comment
TOUNSI |, السعأدة Posted March 9, 2018 Author Share Posted March 9, 2018 (edited) 12 hours ago, *RayaN-Alharbi. said: الحين ليه حطيت اول تحقق == وثاني تحقق عكسته ~= ضض ؟ عندك شيء تقدر تساعد بيه تفضل معندك بدون متلخبطني اكثر 20 زائر بسيرفر راسي بالوجع معاد اقدر ابرمج بصير اطلب مساعده والله Edited March 9, 2018 by MR.TOUNSI Link to comment
TOUNSI |, السعأدة Posted March 10, 2018 Author Share Posted March 10, 2018 اشركم جميعا تم حل المشكلة 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