Turbe$Z Posted April 22, 2017 Posted April 22, 2017 i want add more than one message to the dxjoinquit script, for example:
NeXuS™ Posted April 22, 2017 Posted April 22, 2017 Use a table for the messages and cycle through them.
Turbe$Z Posted April 22, 2017 Author Posted April 22, 2017 2 minutes ago, NeXuS™ said: Use a table for the messages and cycle through them. how?
NeXuS™ Posted April 22, 2017 Posted April 22, 2017 Whenever a player joins, or quits (onPlayerJoin, onPlayerQuit) add a message to the table (tableName[#tableName] = ... or table.insert(tableName, ...)), and cycle through them and just draw them out.
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