ivor Posted May 22, 2018 Share Posted May 22, 2018 سلام عليكم.. الحين انا مسوي لوحة شات البوت، ومسوي زر اضافة جمله ابي اذا اكتب الجمله واضغط اضافة تروح للبوت واذا كتبتها باللوحه يجاوب عليها يعني مثلا كتبت الجمله كيفك.. اجابة البوت تكون بخير ومشكورين جدا Link to comment
+Source|> Posted May 22, 2018 Share Posted May 22, 2018 2 minutes ago, ivor said: سلام عليكم.. الحين انا مسوي لوحة شات البوت، ومسوي زر اضافة جمله ابي اذا اكتب الجمله واضغط اضافة تروح للبوت واذا كتبتها باللوحه يجاوب عليها يعني مثلا كتبت الجمله كيفك.. اجابة البوت تكون بخير ومشكورين جدا guiSetText guiGetText 'onClientGUIClick' 1 Link to comment
ivor Posted May 22, 2018 Author Share Posted May 22, 2018 49 minutes ago, +Source|> said: guiSetText guiGetText 'onClientGUIClick' ده كله موجود هذا جزء من المود اذا كتب اللاعب شي فالشات , يجاوب عليه البوت تلقائي انا اقصد مثلا فيه Editbox1 هذا حق السؤال Editbox2 هذا حق الجواب putAnswer هذا حق اضافة السؤال والجواب ولما اضغط putAnswer يحط السؤال بالمود واذا احد كتب السؤال الي حطيته يجاوب عليه if guiGetVisible(botChat.window) == true then if guiGetText(botChat.edit ~= "" or guiGetText(botChat.edit) ~= " " then if guiGetText(botChat.edit) == getElementData(localPlayer, "botChat:LastMsg") then setTimer(function () guiSetText(botChat.memo, guiGetText(botChat.memo).."["..math.floor(hour)..":"..minute..":"..second.." "..tostring(x).." | "..day.."/"..month.."/"..year.."] You : "..guiGetText(botChat.edit).." \n["..math.floor(hour)..":"..minute..":"..second.." "..tostring(x).." | "..day.."/"..month.."/"..year.."] botChat : من فضلك لا تكرر \n") end, 500,1); setTimer(guiSetText,550,1,botChat.edit, ""); else if string.find(guiGetText(botChat.edit), "هلا") then setTimer(function () guiSetText(botChat.memo, guiGetText(botChat.memo).."["..math.floor(hour)..":"..minute..":"..second.." "..tostring(x).." | "..day.."/"..month.."/"..year.."] You : "..guiGetText(botChat.edit).." \n["..math.floor(hour)..":"..minute..":"..second.." "..tostring(x).." | "..day.."/"..month.."/"..year.."] botChat : هلا بيك \n") end, 500,1); setTimer(guiSetText,550,1,botChat.edit, ""); setTimer( function() Bot=false end,550,1) Bot = true end * هذا بملف كلينت Link to comment
+Source|> Posted May 22, 2018 Share Posted May 22, 2018 3 minutes ago, ivor said: ده كله موجود هذا جزء من المود اذا كتب اللاعب شي فالشات , يجاوب عليه البوت تلقائي انا اقصد مثلا فيه Editbox1 هذا حق السؤال Editbox2 هذا حق الجواب putAnswer هذا حق اضافة السؤال والجواب ولما اضغط putAnswer يحط السؤال بالمود واذا احد كتب السؤال الي حطيته يجاوب عليه if guiGetVisible(botChat.window) == true then if guiGetText(botChat.edit ~= "" or guiGetText(botChat.edit) ~= " " then if guiGetText(botChat.edit) == getElementData(localPlayer, "botChat:LastMsg") then setTimer(function () guiSetText(botChat.memo, guiGetText(botChat.memo).."["..math.floor(hour)..":"..minute..":"..second.." "..tostring(x).." | "..day.."/"..month.."/"..year.."] You : "..guiGetText(botChat.edit).." \n["..math.floor(hour)..":"..minute..":"..second.." "..tostring(x).." | "..day.."/"..month.."/"..year.."] botChat : من فضلك لا تكرر \n") end, 500,1); setTimer(guiSetText,550,1,botChat.edit, ""); else if string.find(guiGetText(botChat.edit), "هلا") then setTimer(function () guiSetText(botChat.memo, guiGetText(botChat.memo).."["..math.floor(hour)..":"..minute..":"..second.." "..tostring(x).." | "..day.."/"..month.."/"..year.."] You : "..guiGetText(botChat.edit).." \n["..math.floor(hour)..":"..minute..":"..second.." "..tostring(x).." | "..day.."/"..month.."/"..year.."] botChat : هلا بيك \n") end, 500,1); setTimer(guiSetText,550,1,botChat.edit, ""); setTimer( function() Bot=false end,550,1) Bot = true end * هذا بملف كلينت وش المشكله ؟ Link to comment
ivor Posted May 22, 2018 Author Share Posted May 22, 2018 5 minutes ago, +Source|> said: وش المشكله ؟ هذا الكود اذا انا كاتب فيه من المود نفسه مب من السيرفر , انا ابي لما اكتب من السيرفر يروح للكود مثل كذا Link to comment
+Source|> Posted May 22, 2018 Share Posted May 22, 2018 6 minutes ago, ivor said: هذا الكود اذا انا كاتب فيه من المود نفسه مب من السيرفر , انا ابي لما اكتب من السيرفر يروح للكود مثل كذا استخدم السكل Link to comment
SycroX Posted May 22, 2018 Share Posted May 22, 2018 17 minutes ago, ivor said: ده كله موجود هذا جزء من المود اذا كتب اللاعب شي فالشات , يجاوب عليه البوت تلقائي انا اقصد مثلا فيه Editbox1 هذا حق السؤال Editbox2 هذا حق الجواب putAnswer هذا حق اضافة السؤال والجواب ولما اضغط putAnswer يحط السؤال بالمود واذا احد كتب السؤال الي حطيته يجاوب عليه if guiGetVisible(botChat.window) == true then if guiGetText(botChat.edit ~= "" or guiGetText(botChat.edit) ~= " " then if guiGetText(botChat.edit) == getElementData(localPlayer, "botChat:LastMsg") then setTimer(function () guiSetText(botChat.memo, guiGetText(botChat.memo).."["..math.floor(hour)..":"..minute..":"..second.." "..tostring(x).." | "..day.."/"..month.."/"..year.."] You : "..guiGetText(botChat.edit).." \n["..math.floor(hour)..":"..minute..":"..second.." "..tostring(x).." | "..day.."/"..month.."/"..year.."] botChat : من فضلك لا تكرر \n") end, 500,1); setTimer(guiSetText,550,1,botChat.edit, ""); else if string.find(guiGetText(botChat.edit), "هلا") then setTimer(function () guiSetText(botChat.memo, guiGetText(botChat.memo).."["..math.floor(hour)..":"..minute..":"..second.." "..tostring(x).." | "..day.."/"..month.."/"..year.."] You : "..guiGetText(botChat.edit).." \n["..math.floor(hour)..":"..minute..":"..second.." "..tostring(x).." | "..day.."/"..month.."/"..year.."] botChat : هلا بيك \n") end, 500,1); setTimer(guiSetText,550,1,botChat.edit, ""); setTimer( function() Bot=false end,550,1) Bot = true end * هذا بملف كلينت ما تحس انك واخد مود حق @MoDeR2014 2 1 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