help +rep
#4

Been a while since I've touched DINI but that isn't how it's done.

You need to format and check the file location to see if it exists. For example:

PHP код:
new fileName[90]; 
format(fileNamesizeof(fileName), "Accounts/%s.ini"name);
if(
dini_Exists(fileName))
{
   continue...
}
else
{
   continue...

Curious, why're you checking if their file exists?

The only way to be on the server is if they're registered n their file exists, right?
Reply


Messages In This Thread
help +rep - by [SU]Spartan - 25.07.2017, 20:08
Re: help +rep - by Stormfire - 25.07.2017, 20:18
Re: help +rep - by [SU]Spartan - 25.07.2017, 20:27
Re: help +rep - by Kane - 25.07.2017, 22:04
Re: help +rep - by [SU]Spartan - 26.07.2017, 06:04
Re: help +rep - by Sew_Sumi - 26.07.2017, 08:28
Re: help +rep - by [SU]Spartan - 26.07.2017, 08:42
Re: help +rep - by Dayrion - 26.07.2017, 09:06

Forum Jump:


Users browsing this thread: 2 Guest(s)