Quip Posted June 15, 2013 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
iPrestege Posted June 15, 2013 Posted June 15, 2013 You mean add a new serial - account using exports?
iPrestege Posted June 15, 2013 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
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