Jump to content

مساعده بسيطه


SCi

Recommended Posts

اكيد انزعجتو مني ?

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

Edited by SCi
Link to comment

التركيبة :

guiSetInputMode ( string mode )

المود الي تبغاه :

 

  • "allow_binds": binds are enabled, hence using a key such as t in an editbox will still activate the chatbox (default)
  • "no_binds": binds are disabled, hence using a key such as t in an editbox will not activate the chatbox
  • "no_binds_when_editing": binds are always enabled except when an editable editbox or memo has input

فالحالة هذي حط no_binds_when_editing

guiSetInputMode("no_binds_when_editing")

 

  • Like 2
Link to comment
16 minutes ago, 6rB. said:

التركيبة :

guiSetInputMode ( string mode )

المود الي تبغاه :

 

  • "allow_binds": binds are enabled, hence using a key such as t in an editbox will still activate the chatbox (default)
  • "no_binds": binds are disabled, hence using a key such as t in an editbox will not activate the chatbox
  • "no_binds_when_editing": binds are always enabled except when an editable editbox or memo has input

فالحالة هذي حط no_binds_when_editing

guiSetInputMode("no_binds_when_editing")

 

كفو علي الشرع الجميل 

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