Jump to content

export


Recommended Posts

وعليكم السلام ,

بإختصار الـ 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
  • 2 weeks later...

Export

# مثلأ تسوي الفنكشن اللي تبيه بالسكربت حقككـ

# فـ نقول ان الفنكشن كذا مثلأ

function za7f ( msg ) 
    outputChatBox( msg ) 
end 

# تروح الميتا وتضضيف ذا السسطر

function="za7f" type="client" /> 

# تحط اسم الفنكشن ونوعهه , كلنت ام سيرفر ..

# وتروح اي مود مثلأ وتسوي له اكسسبورت زي كذا

exports [ "ScriptName" ]:za7f ( Welcome ) 

# وتقدر تستخدم

call 

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