MR_Mahmoud Posted June 17, 2018 Share Posted June 17, 2018 السلام عليكم اخواتي بدي اسوي زر لما اضغط عليه يكتب امر في اف 8 وينفذه Link to comment
MR_Mahmoud Posted June 17, 2018 Author Share Posted June 17, 2018 + ممكن كود تسجيل الخروج من الجميع عند تشغيل مود معين وشكرا لكم Link to comment
Abdul KariM Posted June 17, 2018 Share Posted June 17, 2018 1 "onClientGUIClick" executeCommandHandler ------------------------ 2 getElementsByType logOut Link to comment
MR_Mahmoud Posted June 17, 2018 Author Share Posted June 17, 2018 10 hours ago, Abdul KariM said: 1 "onClientGUIClick" executeCommandHandler ------------------------ 2 getElementsByType logOut ممكن توضح اكثر ماعرف كثير ف البرمجة Link to comment
MR_Mahmoud Posted June 17, 2018 Author Share Posted June 17, 2018 11 hours ago, Abdul KariM said: 1 "onClientGUIClick" executeCommandHandler ------------------------ 2 getElementsByType logOut محاولتي addEventHandler ( "onClientGUIClick" , root , function ( ) if source == button1 then addCommandHandler ( "لوحة", button1 ) end end ) Link to comment
Doffy Posted June 17, 2018 Share Posted June 17, 2018 addEventHandler ( "onClientGUIClick" , root , function ( ) if source == button1 then executeCommandHandler("لوحة") end end ) 1 Link to comment
MR_Mahmoud Posted June 17, 2018 Author Share Posted June 17, 2018 (edited) 15 minutes ago, #DesTroeyR said: addEventHandler ( "onClientGUIClick" , root , function ( ) if source == button1 then executeCommandHandler("لوحة") end end ) شكرا لك ممكن تساعدني في الكود الثاني تبع تسجيل الخروج Edited June 17, 2018 by MR_Mahmoud Link to comment
Doffy Posted June 17, 2018 Share Posted June 17, 2018 Just now, MR_Mahmoud said: شكرا لك العفو ، حياك الله Link to comment
MR_Mahmoud Posted June 17, 2018 Author Share Posted June 17, 2018 2 minutes ago, #DesTroeyR said: العفو ، حياك الله 2 minutes ago, MR_Mahmoud said: ممكن تساعدني في الكود الثاني تبع تسجيل الخروج Link to comment
Doffy Posted June 17, 2018 Share Posted June 17, 2018 --server addEventHandler("onResourceStart",resourceRoot, function( ) for i,v in ipairs( getElementsByType("player") ) do logOut(v) end end ) Link to comment
N3xT Posted June 17, 2018 Share Posted June 17, 2018 49 minutes ago, #DesTroeyR said: --server addEventHandler("onResourceStart",resourceRoot, function( ) for i,v in ipairs( getElementsByType("player") ) do logOut(v) end end ) ضيف تحقق انه مسجل من الاساس Link to comment
MR_Mahmoud Posted June 17, 2018 Author Share Posted June 17, 2018 (edited) 6 hours ago, #DesTroeyR said: addEventHandler ( "onClientGUIClick" , root , function ( ) if source == button1 then executeCommandHandler("لوحة") end end ) 5 hours ago, N3xT said: ضيف تحقق انه مسجل من الاساس اخي انا بدي اسويه لمود تسجيل الدخول لما اشغل المود يسجل الخروج عند الكل Edited June 17, 2018 by MR_Mahmoud Link to comment
Doffy Posted June 17, 2018 Share Posted June 17, 2018 1 minute ago, MR_Mahmoud said: اخي ممكن مساعدة صغيرة بدي كود لما ادخل ماركر يكتب شي في اف8 وينفده ولما يطلع من الماركر يكتبه مره ثانية وبكون ممنونك وضح بالظبط ما فهمت عليك Link to comment
MR_Mahmoud Posted June 17, 2018 Author Share Posted June 17, 2018 17 minutes ago, #DesTroeyR said: وضح بالظبط ما فهمت عليك اكواد ماركر اول ميدخل الماركر يكتب في اف8 امر وينفذه Link to comment
Doffy Posted June 17, 2018 Share Posted June 17, 2018 1 minute ago, MR_Mahmoud said: اكواد ماركر اول ميدخل الماركر يكتب في اف8 امر وينفذه local command = "الكلمة_حقت_الماركر" addCommandHandler(command, function( player ) if isElementWithinMarker(الماركر_حقك) then -- حط اكوادك هنا end end ) Link to comment
MR_Mahmoud Posted June 17, 2018 Author Share Posted June 17, 2018 3 minutes ago, #DesTroeyR said: (الماركر_حقك) اسم الماركر يعني هنا ؟ Link to comment
Doffy Posted June 17, 2018 Share Posted June 17, 2018 Just now, MR_Mahmoud said: اسم الماركر يعني هنا ؟ يب Link to comment
MR_Mahmoud Posted June 17, 2018 Author Share Posted June 17, 2018 Just now, #DesTroeyR said: يب اخوي عندك ماركر عشوائي وانا اعدله Link to comment
Doffy Posted June 17, 2018 Share Posted June 17, 2018 local command = "الكلمة_حقت_الماركر" local x,y,z = 0,0,0 -- غير الاحداثيات لأحداثيات الماركر حقك x,y,z local marker = createMarker(x,y,z, 'cylinder',1.2,255,255,255,255) addCommandHandler(command, function( player ) if isElementWithinMarker(marker) then -- حط اكوادك هنا end end ) Link to comment
MR_Mahmoud Posted June 18, 2018 Author Share Posted June 18, 2018 9 minutes ago, #DesTroeyR said: local command = "الكلمة_حقت_الماركر" local x,y,z = 0,0,0 -- غير الاحداثيات لأحداثيات الماركر حقك x,y,z local marker = createMarker(x,y,z, 'cylinder',1.2,255,255,255,255) addCommandHandler(command, function( player ) if isElementWithinMarker(marker) then -- حط اكوادك هنا end end ) local command = "مخالفات" local 2034.89233, 1548.40295, 10.82031 = 0,0,0 -- غير الاحداثيات لأحداثيات الماركر حقك x,y,z local marker = createMarker(x,y,z, 'cylinder',1.2,255,255,255,255) addCommandHandler(command, function( player ) if isElementWithinMarker(marker) then -- حط اكوادك هنا end end ) ماصار + هوة بيكون كلنت ولا سيرفر Link to comment
Doffy Posted June 18, 2018 Share Posted June 18, 2018 1 minute ago, MR_Mahmoud said: local command = "مخالفات" local 2034.89233, 1548.40295, 10.82031 = 0,0,0 -- غير الاحداثيات لأحداثيات الماركر حقك x,y,z local marker = createMarker(x,y,z, 'cylinder',1.2,255,255,255,255) addCommandHandler(command, function( player ) if isElementWithinMarker(marker) then -- حط اكوادك هنا end end ) ماصار + هوة بيكون كلنت ولا سيرفر local command = "مخالفات" local x,y,z = 2034.89233, 1548.40295, 10.82031 -- غير الاحداثيات لأحداثيات الماركر حقك x,y,z local marker = createMarker(x,y,z, 'cylinder',1.2,255,255,255,255) addCommandHandler(command, function( player ) if isElementWithinMarker(marker) then -- حط اكوادك هنا end end ) سيرفر Link to comment
MR_Mahmoud Posted June 18, 2018 Author Share Posted June 18, 2018 Just now, #DesTroeyR said: local command = "مخالفات" هاذي ليه ؟ Link to comment
Doffy Posted June 18, 2018 Share Posted June 18, 2018 Just now, MR_Mahmoud said: هاذي ليه ؟ هذا الامر !!!!!!!!!! Link to comment
MR_Mahmoud Posted June 18, 2018 Author Share Posted June 18, 2018 2 minutes ago, #DesTroeyR said: هذا الامر !!!!!!!!!! الأمر الي ابيه يكتبه وينفزه هوة مخالفات بس ماصار هي الأكواد local command = "مخالفات" local x,y,z = 2054.17627 , 1547.37646 , 10.67188 -- غير الاحداثيات لأحداثيات الماركر حقك x,y,z local marker = createMarker(x,y,z, 'cylinder',1.2,255,255,255,255) addCommandHandler(command, function( player ) if isElementWithinMarker(marker) then -- حط اكوادك هنا end end ) + منشان شو هي الي حط اكوادك هنا Link to comment
Doffy Posted June 18, 2018 Share Posted June 18, 2018 ياللللللللليييييييييييييييييييييييييل حد يجي يفهمه يا ناس انا تعبت 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