SkiZo Posted June 7, 2017 Share Posted June 7, 2017 Hello everyone .. i'm creating a Moderator Panel .. I Create Botton to kick player and work :)) Look at the photo please .. http://prntscr.com/fgu4r4 when i typing .. if i press T i start writing in main chat .. Y in Team chat .. just it stop writing the reason and start write outside the panel .. anyone can help me please ? Link to comment
Sticmy Posted June 7, 2017 Share Posted June 7, 2017 (edited) toggleAllControls ( false ) in the part where you open the panel and if it is server side toggleAllControls ( thePlayer, false ) Here is the function: https://wiki.multitheftauto.com/wiki/ToggleAllControls PD: i'm sorry but i do not know much english Edited June 7, 2017 by MarkFlash Link to comment
pa3ck Posted June 7, 2017 Share Posted June 7, 2017 You can also just use: guiSetInputMode("no_binds_when_editing") guiSetInputEnabled(true) -- to disable the inputmode guiSetInputEnabled(false) Link to comment
SkiZo Posted June 7, 2017 Author Share Posted June 7, 2017 4 hours ago, MarkFlash said: toggleAllControls ( false ) in the part where you open the panel and if it is server side toggleAllControls ( thePlayer, false ) Here is the function: https://wiki.multitheftauto.com/wiki/ToggleAllControls PD: i'm sorry but i do not know much english Thanks For Helping But this Is Not The Function That I Need ... 4 hours ago, pa3ck said: You can also just use: guiSetInputMode("no_binds_when_editing") guiSetInputEnabled(true) -- to disable the inputmode guiSetInputEnabled(false) Okey I Will test It Link to comment
Sticmy Posted June 7, 2017 Share Posted June 7, 2017 10 hours ago, S.W.A.T said: Thanks For Helping But this Is Not The Function That I Need ... Okey I Will test It That function I always use and I do well Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now