Agent69 Posted July 4, 2019 Share Posted July 4, 2019 ذحين مركب في سيرفري ٥ مودات سي بق ولا واحد منهم يشتغل طول الوقت !! يعني لو شغلت واحد حده ٥ دقايق ويطفي لوحده ايش الحل Link to comment
Jw8. Posted July 4, 2019 Share Posted July 4, 2019 10 hours ago, Agent69 said: ذحين مركب في سيرفري ٥ مودات سي بق ولا واحد منهم يشتغل طول الوقت !! يعني لو شغلت واحد حده ٥ دقايق ويطفي لوحده ايش الحل اعرض الاكواد ملف سيرفر Link to comment
Agent69 Posted July 4, 2019 Author Share Posted July 4, 2019 3 hours ago, DmAr511 said: اعرض الاكواد ملف سيرفر function resourceStart () setGlitchEnabled ( "quickreload", true ) setGlitchEnabled ( "fastmove", true ) setGlitchEnabled ( "fastfire", true ) setGlitchEnabled ( "crouchbug", true ) end addEventHandler ( "onResourceStart", getResourceRootElement ( ), resourceStart ) function resourceStop () setGlitchEnabled ( "quickreload", false ) setGlitchEnabled ( "fastmove", false ) setGlitchEnabled ( "fastfire", false ) setGlitchEnabled ( "crouchbug", false ) end addEventHandler ( "onResourceStop", getResourceRootElement ( ), resourceStop ) function RecieveScriptFromServer () local file = fileOpen ( 'client.Lua', true ) if file then local packets = {} local counter = 1 while not fileIsEOF(file) do packets[counter] = fileRead(file, 30000) counter = counter + 1 end fileClose(file) triggerClientEvent ( source, "onRequestCBug", source, packets) else outputConsole("Client files are missing serverside!") end end addEvent( "onRecieveCBug", true ) addEventHandler( "onRecieveCBug", root, RecieveScriptFromServer ) Link to comment
+Source|> Posted July 6, 2019 Share Posted July 6, 2019 On 04/07/2019 at 17:53, Agent69 said: fileClose(file) اعتقد هذي المشكله Link to comment
Agent69 Posted July 9, 2019 Author Share Posted July 9, 2019 On 06/07/2019 at 13:53, +Source|> said: اعتقد هذي المشكله نفس المشكلة ، جربت اكثر من سي بق ثاني ونفس المشكلة .. هل السبب يرجع عشان مقوي الاسلحة؟ Link to comment
SycroX Posted July 9, 2019 Share Posted July 9, 2019 في تايمر يلغي الوظاف الي فوق , استعمل addDebugHook عشان تشوف في اي مود Link to comment
MrBiG Posted July 9, 2019 Share Posted July 9, 2019 ( Client Side )أطرح أكواد الـ بما انك مسوي ريد لأول 30000 بت فهذا رقم كبير شوي فمن المحتمل المشكلة بالكلينت 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