Jump to content

ماركر بائع سلاح x[مشكله]x


Recommended Posts

السلام عليكم شباب

اناا بصمم ماركر بائع سلاح المشكله المعايا دلوقتي

انا مصمم Edit

عشان عدد الطلقات ومحتاج اعرف الشرط الي

يتحقق اذا كان بالأيديف حروف ولا لأ علشان طبعآ

الكمية بتكون بالأررقام لو سمحتم ردو عليا

Edited by ElmaysTro_OmAr
Link to comment
addEventHandler("onClientGUIClick",root, function()
    if source == b1 then
	local fp = guiGetText(edit1)
	local fp = tonumber(fp)
		if fp and type(fp) == "number" then
		outputChatBox("تم التحقق",0,255,0,true)
  		else
  		outputChatBox("Error",255,0,0,true)
  		end
	end
end)

 

  • Thanks 1
Link to comment

عندي طريقه احسن ممكن تسويها ب كل ايديت حقك

addEventHandler ( "onClientGUIChanged", resourceRoot,
	function ( )
		if source == edit2 or source == edit1 then
			if not tonumber(guiGetText(source)) then
				guiSetText (source, "")
			end
		end
	end
)

 

Link to comment
12 hours ago, Deativated said:

عندي طريقه احسن ممكن تسويها ب كل ايديت حقك


addEventHandler ( "onClientGUIChanged", resourceRoot,
	function ( )
		if source == edit2 or source == edit1 then
			if not tonumber(guiGetText(source)) then
				guiSetText (source, "")
			end
		end
	end
)

 

الطريقة هذي

18 hours ago, #,+( _xiRoc[K]; > said:

افضل من طريقتك

طريقتك تمسح الكلام كامل

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