-stolka- Posted November 16, 2013 Share Posted November 16, 2013 hi guys can someone tell me the sintaxt of the exported function? Link to comment
Castillo Posted November 16, 2013 Share Posted November 16, 2013 Syntax of exported functions? there's no syntax, you just export it. Link to comment
glowdemon1 Posted November 16, 2013 Share Posted November 16, 2013 You mean : https://wiki.multitheftauto.com/wiki/Call ? Link to comment
-stolka- Posted November 16, 2013 Author Share Posted November 16, 2013 yeah i know... i mean how do i export it? Link to comment
Castillo Posted November 16, 2013 Share Posted November 16, 2013 Example: Resource 1: function exported ( text ) outputChatBox ( text ) end meta.xml: function="exported" type="server" /> Resource 2: exports [ "resource-1" ]:exported ( "Hello World!" ) Link to comment
-stolka- Posted November 16, 2013 Author Share Posted November 16, 2013 thanks solved 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