Jump to content

مشكلة - دخول أصحاب الخبرات في السيرفرات


Recommended Posts

السلام عليكم

عندي مشكلة بالسيرفر وهي ان الاعب يدخل يركب مواتر عادي ويخرج نها ، بعد شوي صغيرين م يقدر يركب المواتر ولا ينزل منها

 

وانا متأكد اني مو مسوي كنسل افنت للركوب او النزول

وموضوع اني ارستر القيم مود م له فايدة م يفيد يعني

 

ف ابي كل الاسباب الي ممكن تؤدي الي هذة المشكلة ؟

Link to comment

عليك سلام ورحمة الله اخوي الكريم
- مشكلة صارت معي قبل لكن مو نفس مشكلتك
الحل الواحد انك تسوي رستار لسيرفر وتشغل المودات مود مود وكل م تشغل مود انك عندك شك فيه يجيب لك ذا الخلل الفني احذفه
ان شاءالله تكون فهمتني واي مساعده تواصل معي خاص وان شاءالله نلقى حل

Link to comment
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
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

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