iFoReX Posted October 15, 2012 Share Posted October 15, 2012 Im testing the Notifications resource : https://community.multitheftauto.com/index.php?p=resources&s=details&id=5812 But this doesnt work D: here my code : addCommandHandler("sb",function() exports.notifications.showBox("info","test") end ) in debugscript 3 doesnt appear any Error D: Link to comment
Vision Posted October 15, 2012 Share Posted October 15, 2012 Try to change this exports.notifications.showBox("info","test") to this exports["notifications"]:showBox("info","test") Link to comment
iFoReX Posted October 15, 2012 Author Share Posted October 15, 2012 Now work, I remember I need put a ':' xDD, Thank you 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