Quip Posted June 15, 2013 Share Posted June 15, 2013 (edited) --Removed I wanted to make an exports to add account protection but it isn't working.. nothing on the debug and nothing here Edited June 15, 2013 by Guest Link to comment
iPrestege Posted June 15, 2013 Share Posted June 15, 2013 You mean add a new serial - account using exports? Link to comment
iPrestege Posted June 15, 2013 Share Posted June 15, 2013 table.insert( Firewall, { account = serial } ) Try this. or : function add(account, serial) if account and serial and not Firewall[account] then Firewall[account] = serial end end Link to comment
Quip Posted June 15, 2013 Author Share Posted June 15, 2013 Works fine now, 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