Jump to content

طلب كود


SCi

Recommended Posts

نسيت اضيفلك الحدث دا 

onClientGUIChanged

وظيفته انك لما تكتب شئ بالايديت يغيرها 

دا مثال كتبته من الفون ولم اجربه بس حطيته للتوضيح فقط

addEventHandler("onClientGUIChanged", editBox, function()
local num = guiGetText (editBox) 
if not tonumber (num) then return guiSetText (editBox,string.gsub(num,'[^%d]','') end
end)

 

  • Like 2
Link to comment
18 hours ago, #\_oskar_/# said:

نسيت اضيفلك الحدث دا 

onClientGUIChanged

وظيفته انك لما تكتب شئ بالايديت يغيرها 

دا مثال كتبته من الفون ولم اجربه بس حطيته للتوضيح فقط

addEventHandler("onClientGUIChanged", editBox, function()
local num = guiGetText (editBox) 
if not tonumber (num) then return guiSetText (editBox,string.gsub(num,'[^%d]','') end
end)

 

كفووووووووو يالغالي

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