jobro13
|
  |
| Joined: 05 Aug 2009 |
| Total Posts: 2865 |
|
|
| 28 Apr 2013 05:44 AM |
I am trying to write a plugin that flushes data to settings(). However, this simple thing doesn't work anymore;
Instance.new("Configuration", settings())
Returns
Error; Not allowed to add that under settings
Anyone have a solution for this, or has this been blocked due "hax reasons"?
:/
|
|
|
| Report Abuse |
|
|
Looah
|
  |
| Joined: 22 Feb 2013 |
| Total Posts: 922 |
|
|
| 28 Apr 2013 08:37 AM |
blocked due hax, because it was used for hax.
public bool cats = !stupid; |
|
|
| Report Abuse |
|
|
Quenty
|
  |
| Joined: 03 Sep 2009 |
| Total Posts: 9316 |
|
|
| 28 Apr 2013 09:15 AM |
| It was blocked due to hacking / parenting a whole game into Settings... |
|
|
| Report Abuse |
|
|
jobro13
|
  |
| Joined: 05 Aug 2009 |
| Total Posts: 2865 |
|
|
| 28 Apr 2013 10:07 AM |
Ah no! Then why don't they provide us something that we can like store 128 kb of Configuration Data?
I want to use them for plugins. God why... |
|
|
| Report Abuse |
|
|
Quenty
|
  |
| Joined: 03 Sep 2009 |
| Total Posts: 9316 |
|
|
| 28 Apr 2013 10:15 AM |
| I'd suggest talking to JulienDethurens, he's been working on a plugin system that will handle saving. |
|
|
| Report Abuse |
|
|
jobro13
|
  |
| Joined: 05 Aug 2009 |
| Total Posts: 2865 |
|
|
| 28 Apr 2013 10:21 AM |
| That's funny, I'm working on it with him :) |
|
|
| Report Abuse |
|
|
jobro13
|
  |
| Joined: 05 Aug 2009 |
| Total Posts: 2865 |
|
|
| 28 Apr 2013 10:22 AM |
| In fact, I linked from an issue in the github repostry to this topic :) |
|
|
| Report Abuse |
|
|
Quenty
|
  |
| Joined: 03 Sep 2009 |
| Total Posts: 9316 |
|
|
| 28 Apr 2013 10:22 AM |
Oh, well that's his save system down. I guess you don't have to talk to him.
:/ |
|
|
| Report Abuse |
|
|
jobro13
|
  |
| Joined: 05 Aug 2009 |
| Total Posts: 2865 |
|
|
| 28 Apr 2013 10:25 AM |
Heh :)
https://twitter.com/jobro_13/status/328467480219643906 |
|
|
| Report Abuse |
|
|
TeamDman
|
  |
| Joined: 04 Dec 2009 |
| Total Posts: 897 |
|
|
| 28 Apr 2013 10:49 AM |
| could you use diagnostics() or whatever it was? |
|
|
| Report Abuse |
|
|
|
| 28 Apr 2013 02:18 PM |
We can also just use UserSettings().
Or actually, we can't, it seems it's locked too.
Well, we can still just store it all in a string in some setting that isn't really important. |
|
|
| Report Abuse |
|
|