how can i do something if some1's steam id is in the file it will do this action...like for example i want to put my steam id in file named lvl14.ini and i will be the only1 who will get access to something like this
Code:
if(steam id is in file or how ever its done)
{
do this
}
or even better like steam id and then numbers for example
Code:
steam_0:2382738927 14
steam_0:2382738927 15
steam_0:2382738927 16
steam_0:2382738927 17
and if its 14 it will do one if statement if its 15 it will do another if statement etc...