25.01.2014, 10:58
I have 3,000 users, I can't do it now. What about 3000 users ?
I mean to this:
I do not know how to make it because it's hard for me to give you a simpler example.
Understood ?
I mean to this:
PHP код:
if(!strcmp(cmd,"/fineuser",true))
{
format(string,sizeof(string),"Users/%s.txt",/*part of name*/);
if(!DOF2_FileExists(string)) return SendClientMessage(playerid,COLOR_RED,"Invalid Name.");
for(new i; i < 3000; i++)
{
//the closest name
format(string,sizeof(string),"%s");
}
return 1;
}
Understood ?