(s)ection Posted September 15, 2014 Share Posted September 15, 2014 why do setGlitchEnabled ( "crouchbug", true ) don't work in the new release ? thx Link to comment
0 TAPL Posted September 15, 2014 Share Posted September 15, 2014 What client/server version you've tried? And are you sure you've used the code server side in the meta? Link to comment
0 (s)ection Posted September 15, 2014 Author Share Posted September 15, 2014 What client/server version you've tried?And are you sure you've used the code server side in the meta? 1.4 server.. yes I used cbug in community its work in 1.3 but not work in 1.4 Link to comment
0 TAPL Posted September 15, 2014 Share Posted September 15, 2014 I mean by version the release number r-6xxx. I don't think there any problem since it working in my server. Link to comment
0 (s)ection Posted September 15, 2014 Author Share Posted September 15, 2014 I mean by version the release number r-6xxx. I don't think there any problem since it working in my server. Where i can find my server release ? ( im using local server ) Link to comment
0 TAPL Posted September 15, 2014 Share Posted September 15, 2014 sver in F8. And check the debug if there any error debugscript 3 in F8. Link to comment
0 (s)ection Posted September 15, 2014 Author Share Posted September 15, 2014 sver in F8.And check the debug if there any error debugscript 3 in F8. Thx, MTA:SA Server v1.4-release-6760 there no errors in debugg others glitch is working Link to comment
0 MTA Team ccw Posted September 15, 2014 MTA Team Share Posted September 15, 2014 Check the glitch is enabled by using command 'sinfo' in F8 Link to comment
0 (s)ection Posted September 16, 2014 Author Share Posted September 16, 2014 Check the glitch is enabled by using command 'sinfo' in F8 It's write: Glitches: Quick reload, Fast fire, Fast move, Crouch bug, Close damage, Hit anim, Fast sprint Link to comment
0 MTA Team ccw Posted September 16, 2014 MTA Team Share Posted September 16, 2014 Do you have set in mtaserver.conf? Link to comment
0 (s)ection Posted September 16, 2014 Author Share Posted September 16, 2014 Do you have set in mtaserver.conf? yes its set to 0 Link to comment
0 Grafu Posted September 16, 2014 Share Posted September 16, 2014 Isn't C-bug based on "fastfire" glitch? Link to comment
0 xeon17 Posted September 16, 2014 Share Posted September 16, 2014 Isn't C-bug based on "fastfire" glitch? crouchbug is the most important glitch for cbug, function resourceStart () setGlitchEnabled ( "fastmove", true ) setGlitchEnabled ( "fastfire", true ) setGlitchEnabled ( "crouchbug", true ) end addEventHandler ( "onResourceStart", getResourceRootElement ( ), resourceStart ) Link to comment
Question
(s)ection
why do setGlitchEnabled ( "crouchbug", true ) don't work in the new release ? thx
Link to comment
12 answers to this question
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