Mr.Mostafa Posted June 20, 2018 Share Posted June 20, 2018 سلام عليكم ابي اسوي لو شخص مب مسجل ما يقدر يخش الديربي spawns = {} timerGo = {} setElementData(resourceRoot,"map","no") setElementData(resourceRoot,"winMoney","0") addEventHandler("onPlayerChat",getRootElement(),function(message) if tostring(message) == "ديربي" and checkDuel(source) == "prestart" and ( not checkExistPlrOnDuel(source) ) then Link to comment
TOUNSI |, السعأدة Posted June 20, 2018 Share Posted June 20, 2018 (edited) local acc=getPlayerAccount(source) if isGuestAccount(acc) then return outputChatBox('فضلا قم بتسجيل دخولك',root,255,255,255,true) end جرب كذا وارجع كلمني سويته لك من الهاتف Edited June 20, 2018 by MR.TOUNSI Link to comment
N3xT Posted June 20, 2018 Share Posted June 20, 2018 11 minutes ago, MR.TOUNSI said: local acc=getPlayerAccount(source) if isGuestAccount(acc) then return outputChatBox('فضلا قم بتسجيل دخولك',root,255,255,255,true) end جرب كذا وارجع كلمني سويته لك من الهاتف local acc = getPlayerAccount ( source ) if isGuestAccount ( acc ) then return outputChatBox('فضلا قم بتسجيل دخولك', source, 255, 255, 255, true) end 1 Link to comment
TOUNSI |, السعأدة Posted June 20, 2018 Share Posted June 20, 2018 اول نقطة GuestAccount مش GueestAccount ولما شخص يساعدك لا تتجهله ي جاهل 1 1 Link to comment
Mr.Mostafa Posted June 21, 2018 Author Share Posted June 21, 2018 20 hours ago, MR.TOUNSI said: اول نقطة GuestAccount مش GueestAccount ولما شخص يساعدك لا تتجهله ي جاهل نفسية انت ؟؟ Link to comment
,#Savage Posted June 21, 2018 Share Posted June 21, 2018 21 hours ago, MR.TOUNSI said: اول نقطة GuestAccount مش GueestAccount ولما شخص يساعدك لا تتجهله ي جاهل توقيعات من كثرتها 6 ثواني عشان انزل بالماوس !!_!! 1 Link to comment
Mr.Mostafa Posted June 21, 2018 Author Share Posted June 21, 2018 (edited) 23 minutes ago, ,#Savage said: توقيعات من كثرتها 6 ثواني عشان انزل بالماوس !!_!! Edited June 21, 2018 by Mr.Mostafa Link to comment
TOUNSI |, السعأدة Posted June 21, 2018 Share Posted June 21, 2018 6 hours ago, ,#Savage said: توقيعات من كثرتها 6 ثواني عشان انزل بالماوس !!_!! هههههههه Link to comment
Mr.Mostafa Posted June 21, 2018 Author Share Posted June 21, 2018 On ٢٠/٦/٢٠١٨ at 15:17, N3xT said: local acc = getPlayerAccount ( source ) if isGuestAccount ( acc ) then return outputChatBox('فضلا قم بتسجيل دخولك', source, 255, 255, 255, true) end addEventHandler("onPlayerChat",getRootElement(),function(message) local acc = getPlayerAccount ( source ) if isGuestAccount ( acc ) then return outputChatBox('فضلا قم بتسجيل دخولك اولا للعب بالديربي', source, 255, 255, 255, true) end if tostring(message) == "ديربي" and checkDuel(source) == "prestart" and ( not checkExistPlrOnDuel(source) ) then سويتها كدا صارت اي رسالة من زاير تطلع له فضلا قم بتسجيل دخولك ! @N3xT Link to comment
Ram, Posted June 21, 2018 Share Posted June 21, 2018 39 minutes ago, Mr.Mostafa said: addEventHandler("onPlayerChat",getRootElement(),function(message) local acc = getPlayerAccount ( source ) if isGuestAccount ( acc ) then return outputChatBox('فضلا قم بتسجيل دخولك اولا للعب بالديربي', source, 255, 255, 255, true) end if tostring(message) == "ديربي" and checkDuel(source) == "prestart" and ( not checkExistPlrOnDuel(source) ) then سويتها كدا صارت اي رسالة من زاير تطلع له فضلا قم بتسجيل دخولك ! @N3xT تصحيح addEventHandler("onPlayerChat",getRootElement(),function(message) local acc = getPlayerAccount ( source ) if tostring(message) == "ديربي" and checkDuel(source) == "prestart" and ( not checkExistPlrOnDuel(source) ) then if isGuestAccount ( acc ) then return outputChatBox('فضلا قم بتسجيل دخولك اولا للعب بالديربي', source, 255, 255, 255, true) end 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