10.12.2009, 18:29
what does this do 

Код:
if(strcmp(key, "AdminLevel", true) == 0) // This is only an example if you want to add more stuff to store in a file. { val = ini_GetValue( Data ); AccountInfo[playerid][AdminLevel] = strval(val); // Uncommenting this will give you errors if the variable isn't defined. }