Thread: [Solved] Read KeyValues File
View Single Post
I am inevitable
Member
Join Date: May 2019
Location: 0xA6DA34
Old 07-11-2019 , 16:28   Re: Read KeyValues File
Reply With Quote #6

Nope, it only reads the sections, and the FIRST sub keys.

PHP Code:
"MyFile"
{
    
"section" // GetSectionName to get here
    
{
        
"first sub key" // GoToFirstSubKey to get here
        
{
            
"second sub key" // Now, while we're on first sub key, we can use GoToFirstSubKey again to get here
            
{
            
            }
        }
    }

Try to use this sense.

GoToFirstSubKey will get you deeper in the file.
__________________
I do make plugins upon requests, so hit me up on discord if you're interested: Stefan Milivojevic#5311
I am inevitable is offline