#StrOnG_,) Posted July 17, 2015 Share Posted July 17, 2015 السلام عليكم ورحمه الله وبركاته كيفكم شباب ؟ أن شاء الله بخير وكل عام وانتم بالف خير المهمم .. معي كود اول ما يشتغل المود تجي صورة بس المشكلة ما تروح بعد نصف ثانية هذا الكود function ed () setTimer ( function() guiSetVisible ( im,true) end, 500, 1 ) end addEventHandler ("onClientResourceStart",root,ed ) اتمنى تصححوه وشكرا Link to comment
H25 Posted July 17, 2015 Share Posted July 17, 2015 وانت بخير ...... شلون تبيها تختفي وانت مخلي القيمة true function ed () setTimer( function() guiSetVisible(im, false) end, 500, 1 ) end addEventHandler ("onClientResourceStart",root,ed ) Link to comment
iMr.SFA7 Posted July 17, 2015 Share Posted July 17, 2015 function ed () setTimer ( function() guiSetVisible ( im,true) end, 500, 1 ) end addEventHandler ("onClientResourceStart",root,ed ) انت حآط بالحدث root يعني آي سكربت ثاني تشغله الفنكشن هذآ يشتغل addEventHandler ("onClientResourceStart",resourceRoot, function ed () setTimer ( function() guiSetVisible ( im,false) end, 500, 1 ) end ) Link to comment
Mr.R Posted July 17, 2015 Share Posted July 17, 2015 (edited) انت حآط بالحدث root يعني آي سكربت ثاني تشغله الفنكشن هذآ يشتغل addEventHandler ("onClientResourceStart",resourceRoot, function ed () setTimer ( function() guiSetVisible ( im,false) end, 500, 1 ) end ) كيف حاط اسم للفنكشن داخل الايفنت ؟ الكود يصير كذا كـ اختصار function ed ( ) setTimer ( function ( ) guiSetVisible ( im, false ) end, 500, 1 ) end addEventHandler ("onClientResourceStart", resourceRoot, ed ) Edited July 17, 2015 by Guest Link to comment
Abdul KariM Posted July 17, 2015 Share Posted July 17, 2015 انت حآط بالحدث root يعني آي سكربت ثاني تشغله الفنكشن هذآ يشتغل addEventHandler ("onClientResourceStart",resourceRoot, function ed () setTimer ( function() guiSetVisible ( im,false) end, 500, 1 ) end ) كيف حاط اسم للفنكشن داخل الايفنت ؟ الكود يصير كذا كـ اختصار function ed ( ) setTimer ( function ( ), guiSetVisible ( im, false ), end, 500, 1 ) addEventHandler ("onClientResourceStart", resourceRoot, ed ) وليه الفاصلات في سطر 2 وناقص ايند المهم تفضل الكود بعد التعديل + مجرب function ed ( ) setTimer ( function ( ) guiSetVisible ( im, false ) end, 500, 1 ) end addEventHandler ("onClientResourceStart", resourceRoot, ed ) بالتوفيق Link to comment
MoDeR2014 Posted July 17, 2015 Share Posted July 17, 2015 addEventHandler ("onClientResourceStart",resourceRoot, function ed () setTimer ( guiSetVisible, 500,1, im, false end ) شغل 100% ومجرب - سؤال : ليش ما تشوفون الويكي ؟؟ Link to comment
Simple. Posted July 18, 2015 Share Posted July 18, 2015 كل واحد يحط كود ويقول شغال كود MR.r شغال مايحتاج كل هالاكواد -.- 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