MA[S]RIY Posted July 28, 2018 Share Posted July 28, 2018 السلام عليكم عندي مشكلة بالسيرفر وهي ان الاعب يدخل يركب مواتر عادي ويخرج نها ، بعد شوي صغيرين م يقدر يركب المواتر ولا ينزل منها وانا متأكد اني مو مسوي كنسل افنت للركوب او النزول وموضوع اني ارستر القيم مود م له فايدة م يفيد يعني ف ابي كل الاسباب الي ممكن تؤدي الي هذة المشكلة ؟ Link to comment
N3xT Posted July 29, 2018 Share Posted July 29, 2018 يمكن فيه سكربت يمنعك من الركوب والخروج Link to comment
TOUNSI |, السعأدة Posted July 29, 2018 Share Posted July 29, 2018 عليك سلام ورحمة الله اخوي الكريم - مشكلة صارت معي قبل لكن مو نفس مشكلتك الحل الواحد انك تسوي رستار لسيرفر وتشغل المودات مود مود وكل م تشغل مود انك عندك شك فيه يجيب لك ذا الخلل الفني احذفه ان شاءالله تكون فهمتني واي مساعده تواصل معي خاص وان شاءالله نلقى حل Link to comment
MA[S]RIY Posted July 29, 2018 Author Share Posted July 29, 2018 تمام بجرب اني اتاكد من كل السكربتات والمودات Link to comment
Simple. Posted July 29, 2018 Share Posted July 29, 2018 3 hours ago, MARIY said: تمام بجرب اني اتاكد من كل السكربتات والمودات -- Server Side function onPreEvent( res, eventName, eventSource, eventClient, luaFilename, luaLineNumber, ... ) local args = { ... } local resname = res and getResourceName(res) outputDebugString( " =====================================") outputDebugString( " Resource Name : " .. tostring(resname)) outputDebugString( " Event Name : " .. tostring(eventName)) outputDebugString( " File Name : " .. tostring(luaFilename)) outputDebugString( " Line Number : " .. tostring(luaLineNumber)) outputDebugString( " =====================================") end addDebugHook( "preEvent", onPreEvent, {"onVehicleStartEnter","onVehicleStartExit"} ) --Client Side function onPreEvent( res, eventName, eventSource, eventClient, luaFilename, luaLineNumber, ... ) local args = { ... } local resname = res and getResourceName(res) outputDebugString( " =====================================") outputDebugString( " Resource Name : " .. tostring(resname)) outputDebugString( " Event Name : " .. tostring(eventName)) outputDebugString( " File Name : " .. tostring(luaFilename)) outputDebugString( " Line Number : " .. tostring(luaLineNumber)) outputDebugString( " =====================================") end addDebugHook( "preEvent", onPreEvent, {"onClientVehicleStartExit","onClientVehicleStartEnter"} ) حط الأكواد هذي وجرب تركب سياره وشوف وش اسم المود والملف الي يمنعك انك تركب او تنزل Link to comment
MA[S]RIY Posted July 29, 2018 Author Share Posted July 29, 2018 2 hours ago, Simple. said: -- Server Side function onPreEvent( res, eventName, eventSource, eventClient, luaFilename, luaLineNumber, ... ) local args = { ... } local resname = res and getResourceName(res) outputDebugString( " =====================================") outputDebugString( " Resource Name : " .. tostring(resname)) outputDebugString( " Event Name : " .. tostring(eventName)) outputDebugString( " File Name : " .. tostring(luaFilename)) outputDebugString( " Line Number : " .. tostring(luaLineNumber)) outputDebugString( " =====================================") end addDebugHook( "preEvent", onPreEvent, {"onVehicleStartEnter","onVehicleStartExit"} ) --Client Side function onPreEvent( res, eventName, eventSource, eventClient, luaFilename, luaLineNumber, ... ) local args = { ... } local resname = res and getResourceName(res) outputDebugString( " =====================================") outputDebugString( " Resource Name : " .. tostring(resname)) outputDebugString( " Event Name : " .. tostring(eventName)) outputDebugString( " File Name : " .. tostring(luaFilename)) outputDebugString( " Line Number : " .. tostring(luaLineNumber)) outputDebugString( " =====================================") end addDebugHook( "preEvent", onPreEvent, {"onClientVehicleStartExit","onClientVehicleStartEnter"} ) حط الأكواد هذي وجرب تركب سياره وشوف وش اسم المود والملف الي يمنعك انك تركب او تنزل تمام ي غالي بجرب 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