ACs used to store data
- NachtIntellect
- Forum Regular
- Posts: 480
- Joined: Mon Jun 11, 2012 9:20 am
- Location: Bienenstock, Germany
ACs used to store data
I was wondering, is there an ACs script that is used to store data to an ini file?
Did you just bite me? Come here, I will bite you back bastard.
-
Catastrophe
- Retired Staff / Community Team Member
- Posts: 2569
- Joined: Sat Jun 02, 2012 2:44 am
RE: ACs used to store data
You can do...
consolecommand("set <variablehere> <valuehere>"); //setting to 0 does nothing, btw
consolecommand("archivecvar <variablehere>");
Then check your ini...
consolecommand("set <variablehere> <valuehere>"); //setting to 0 does nothing, btw
consolecommand("archivecvar <variablehere>");
Then check your ini...
Last edited by Catastrophe on Sun Feb 10, 2013 12:18 am, edited 1 time in total.
- NachtIntellect
- Forum Regular
- Posts: 480
- Joined: Mon Jun 11, 2012 9:20 am
- Location: Bienenstock, Germany
RE: ACs used to store data
I am not sure if that was what I am looking for, I would actually have to ask the person who wanted me to ask this first and I actually feel pretty stupid about asking this, should I go into more detail of what sort of data that I would like to store?
Last edited by NachtIntellect on Sun Feb 10, 2013 1:42 am, edited 1 time in total.
Did you just bite me? Come here, I will bite you back bastard.
-
Catastrophe
- Retired Staff / Community Team Member
- Posts: 2569
- Joined: Sat Jun 02, 2012 2:44 am
RE: ACs used to store data
Well if you want a solution, then always go in detail.
- NachtIntellect
- Forum Regular
- Posts: 480
- Joined: Mon Jun 11, 2012 9:20 am
- Location: Bienenstock, Germany
RE: ACs used to store data
That is true, allright the system he uses is basically a ranking system that allows the players to level up, complete weapon challenges in a zombie mode that is activated Via a puke script (Aka Puke 500 1 1234567) if I can remember any other details i'll be sure to add them.
Did you just bite me? Come here, I will bite you back bastard.