Jump to content

×[ Hours ]x مشكلة في


Recommended Posts

addEvent("color1",true) addEventHandler("color1",root, 
  function(name	,	Hours	)  		
    OutPut("Console:"..Hours.." Has Been Give Houres"..name.."",root,0,255,0,true) 	
  end 	
)

هذا الكود يستقبل تراقير من الكلن اني لو ضغطت زر يجي كذا الحين ذا ما فيه اي مشكلة يطلع القيمة والاسم عادي

 

 

addEvent("color1",true)
addEventHandler("color1",root,
	function(name	,	Hours  , reson)

		OutPut("Console:"..Hours.." Has Been Give Houres"..name.."reson "..reson.."",root,0,255,0,true)
		
		end
		)

لكن لما اضيف شئ ثالث في الفنكشن ما يشتغل مدري وش المشكلة .. اتمنب تكونوا فهمتوني

Link to comment
23 hours ago, abulghar said:

addEvent("color1",true) addEventHandler("color1",root, 
  function(name	,	Hours	)  		
    OutPut("Console:"..Hours.." Has Been Give Houres"..name.."",root,0,255,0,true) 	
  end 	
)

هذا الكود يستقبل تراقير من الكلن اني لو ضغطت زر يجي كذا الحين ذا ما فيه اي مشكلة يطلع القيمة والاسم عادي

 

 


addEvent("color1",true)
addEventHandler("color1",root,
	function(name	,	Hours  , reson)

		OutPut("Console:"..Hours.." Has Been Give Houres"..name.."reson "..reson.."",root,0,255,0,true)
		
		end
		)

لكن لما اضيف شئ ثالث في الفنكشن ما يشتغل مدري وش المشكلة .. اتمنب تكونوا فهمتوني

وريني الترايقر

Link to comment

انت تبي بس يطلع ان الكونسل وزع بدون الساعات

ولا الكونسل مع الساعات

ولا الكونسل مع الساعات مع السبب ؟

13 hours ago, abulghar said:

شف الحين اكثر من اثنين ما يشتغل اختر اي اثنين منهم وبيشتغل لو اخترت ثلاثة ما يشتغل

 

Link to comment
5 hours ago, Rakan# said:

خلاص سوي 3 ايديت بوكس

or

ممكن تخليه اديت واحد و تسوي هيك : 

gettok
string.byte

مثال : 

addEventHandler("onClientGUIClick", guiRoot,
	function()
		if source == GUIEditor.button[1] then
			local text = guiGetText(GUIEditor.edit[9])
			if text and text ~= "" then
				if text:find(",") then
					local hours, reason = gettok(text, 1, string.byte(",")), gettok(text, 2, string.byte(","))
					if hours and reason then
						triggerServerEvent("color1", localPlayer, hours, reason)
					end
				end
			end
		end
	end
)

عشان توزع تكتب في الاديت بوكس هيك : 

10, welcome

10 = عدد الساعات الي تبي توزعها

welcome = الرساله الي تباها تطلع ( السبب حق التوزيع ) ف

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...