Jump to content

Recommended Posts

					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
					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
12 hours ago, *RayaN-Alharbi. said:

الحين ليه حطيت اول تحقق == وثاني تحقق عكسته ~= ضض ؟

عندك شيء تقدر تساعد بيه تفضل معندك بدون متلخبطني اكثر 20 زائر بسيرفر راسي بالوجع معاد اقدر ابرمج بصير اطلب مساعده والله

Edited by MR.TOUNSI
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...