Quote:
Originally Posted by EDUTz
ok, i understand now what you're saying.
So its better to rewrite the lines in timer.ini to loook like this:
"authid" "pass" "flags" Exp:25102011
What you said there is allright, but how to extract the date from a whole line ?
it should read the line, search for the numbers and then date[32]="thosenumebers" ... i can't think at something else.
|
Your file should look like this:
Code:
"STEAM_0:0:12345" "password" "abc" "12252011"
Then you parse that line with parse(). Then use the concept I show in my code above on the date variable.
__________________