Jump to content

طلب كود ، ضروري


Recommended Posts

سلام عليكم..

 

الحين انا مسوي لوحة شات البوت، ومسوي زر اضافة جمله 

ابي اذا اكتب الجمله واضغط اضافة تروح للبوت واذا كتبتها باللوحه يجاوب عليها

 

يعني مثلا كتبت الجمله كيفك.. اجابة البوت تكون بخير

 

ومشكورين جدا

Link to comment
2 minutes ago, ivor said:

سلام عليكم..

 

الحين انا مسوي لوحة شات البوت، ومسوي زر اضافة جمله 

ابي اذا اكتب الجمله واضغط اضافة تروح للبوت واذا كتبتها باللوحه يجاوب عليها

 

يعني مثلا كتبت الجمله كيفك.. اجابة البوت تكون بخير

 

ومشكورين جدا

guiSetText
guiGetText
'onClientGUIClick'

 

  • Like 1
Link to comment
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
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
5 minutes ago, +Source|> said:

وش المشكله ؟

 

هذا الكود اذا انا كاتب فيه من المود نفسه مب من السيرفر , انا ابي لما اكتب من السيرفر يروح للكود مثل كذا

Link to comment
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

  • Like 2
  • Haha 1
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...