Turbe$Z Posted April 22, 2017 Share Posted April 22, 2017 i want add more than one message to the dxjoinquit script, for example: Link to comment
NeXuS™ Posted April 22, 2017 Share Posted April 22, 2017 Use a table for the messages and cycle through them. Link to comment
Turbe$Z Posted April 22, 2017 Author Share Posted April 22, 2017 2 minutes ago, NeXuS™ said: Use a table for the messages and cycle through them. how? Link to comment
NeXuS™ Posted April 22, 2017 Share 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. 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