|
| 01 Oct 2015 07:48 PM |
I'd like to know how I could have a record of players that have played my game in a folder or something. Thanks.
#code --[[Join Crowfall Today!]]-- |
|
|
| Report Abuse |
|
|
|
| 01 Oct 2015 07:49 PM |
| Server specific or for all time? |
|
|
| Report Abuse |
|
|
|
| 02 Oct 2015 06:17 PM |
All time.
#code --[[Join Crowfall Today!]]-- |
|
|
| Report Abuse |
|
|
KEVEKEV77
|
  |
| Joined: 12 Mar 2009 |
| Total Posts: 6961 |
|
|
| 02 Oct 2015 06:18 PM |
um.
DataStore = blah
game.Playersjoins:connect if plr isNotInDataStore, then add it end end
something like that |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2015 10:16 AM |
Lol,
I'd prefer something more readable, and usable.
#code --[[Join Crowfall Today!]]-- |
|
|
| Report Abuse |
|
|
AgentL3r
|
  |
| Joined: 14 Jan 2013 |
| Total Posts: 1671 |
|
|
| 03 Oct 2015 10:18 AM |
You're looking for a Trello API then,
Use this:
https://www.youtube.com/watch?v=_LfFSc6cxwo
#code for i,v in pairs dont |
|
|
| Report Abuse |
|
|
notfruit
|
  |
| Joined: 21 Sep 2012 |
| Total Posts: 1386 |
|
|
| 03 Oct 2015 11:16 AM |
Why does everyone insist on using Trello?
Is pastebin not good enough for you? |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2015 11:19 AM |
DataStore = blah
game.Playersjoins:connect if plr isNotInDataStore, then add it end end
[2]
That's what you need, man. Save the player's names in DataStore if they aren't already in it, and then when you join have it load 'em all up and display them.
-The [Guy] |
|
|
| Report Abuse |
|
|
|
| 04 Oct 2015 12:37 AM |
I'm with the guy talking about pastebin tbh.
#code --[[Join Crowfall Today!]]-- |
|
|
| Report Abuse |
|
|