mr.Extreme Posted October 31, 2013 Share Posted October 31, 2013 اسلام عليكم انا بدي اعرف ايش وظيفتة وكيف استخدمة هذا الكود function="showRules" type="client"/> وشكرا Link to comment
./BlackBird# Posted October 31, 2013 Share Posted October 31, 2013 تسوي فنكشن و تحط زي كذا بس تبدل showRules = اسم الفنكشن client = نوع و تسوي في سكربت ثاني export.اسم المود:showRules() و يستدعي الفنكشن Link to comment
jafar Posted October 31, 2013 Share Posted October 31, 2013 وعليكم السلام , بإختصار الـ export يعمل على استخراج الوظيفة من مود لآخر مثال : -- Client Side ! output = function ( text, r, b, g ) if text and r and b and g return outputChatBox ( text, r, b, g ) end end الآن اذهب للميتا حقت المود وسوي كذا function="output" type="client" /> والحين انت تبي تستخدم الوظيفة خارج المود كيف؟ مثال : -- Client Side ! addCommandHandler ( "test", function ( ) exports["اسم المود الي سويت فيه الـ export"]:output( "Test", 0, 255, 0 ) end ) Link to comment
#DRAGON!FIRE Posted November 9, 2013 Share Posted November 9, 2013 Export # مثلأ تسوي الفنكشن اللي تبيه بالسكربت حقككـ # فـ نقول ان الفنكشن كذا مثلأ function za7f ( msg ) outputChatBox( msg ) end # تروح الميتا وتضضيف ذا السسطر function="za7f" type="client" /> # تحط اسم الفنكشن ونوعهه , كلنت ام سيرفر .. # وتروح اي مود مثلأ وتسوي له اكسسبورت زي كذا exports [ "ScriptName" ]:za7f ( Welcome ) # وتقدر تستخدم call 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