Mr.Mostafa Posted June 20, 2018 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
TOUNSI |, السعأدة Posted June 20, 2018 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
N3xT Posted June 20, 2018 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
TOUNSI |, السعأدة Posted June 20, 2018 Posted June 20, 2018 اول نقطة GuestAccount مش GueestAccount ولما شخص يساعدك لا تتجهله ي جاهل 1 1
Mr.Mostafa Posted June 21, 2018 Author Posted June 21, 2018 20 hours ago, MR.TOUNSI said: اول نقطة GuestAccount مش GueestAccount ولما شخص يساعدك لا تتجهله ي جاهل نفسية انت ؟؟
,#Savage Posted June 21, 2018 Posted June 21, 2018 21 hours ago, MR.TOUNSI said: اول نقطة GuestAccount مش GueestAccount ولما شخص يساعدك لا تتجهله ي جاهل توقيعات من كثرتها 6 ثواني عشان انزل بالماوس !!_!! 1
Mr.Mostafa Posted June 21, 2018 Author Posted June 21, 2018 (edited) 23 minutes ago, ,#Savage said: توقيعات من كثرتها 6 ثواني عشان انزل بالماوس !!_!! Edited June 21, 2018 by Mr.Mostafa
TOUNSI |, السعأدة Posted June 21, 2018 Posted June 21, 2018 6 hours ago, ,#Savage said: توقيعات من كثرتها 6 ثواني عشان انزل بالماوس !!_!! هههههههه
Mr.Mostafa Posted June 21, 2018 Author 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
Ram, Posted June 21, 2018 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
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