View Single Post
Fredd
Veteran Member
Join Date: Jul 2007
Old 06-08-2008 , 01:41   Re: [EXTENSION] Config (1.0.0)
Reply With Quote #6

so when i use ConfigSettingGetMember could i use ConfigSettingGetElement again on the element if i had a big nested config for example something like
Code:
servers = (     { host = "#####";       port = 2715;       settings = (       { ff = 1;         type = 3; }      );      } );
erm one more thing if the info under servers had a parent name like "ServerName = ( { host =......" could i still use integers to get the elements like how you used "ConfigSettingLength" ?
__________________
Need a private coder? AMXX, SourceMOD, MMS? PM me!

Last edited by Fredd; 06-08-2008 at 01:44.
Fredd is offline