Not for newbies (files)
#1

Hi !

I want to make an offline account checker without knowing his name... So example i want to make to show all leaders even if they are offline...

With this code i can check accounts on all ONNLINE players:
pawn Код:
for(new i; i < MAX_PLAYERS; i++)
{
    GetPlayerName(i, playername2, sizeof(playername2));
    new File: UserFile = fopen(string2, io_read);
    if (UserFile)
    {
But how to check all OFFLINE accounts ?!?!
Reply


Messages In This Thread
Not for newbies (files) - by NeroX98 - 10.06.2013, 11:08
Re: Not for newbies (files) - by Vince - 10.06.2013, 11:25
Re: Not for newbies (files) - by NeroX98 - 10.06.2013, 11:33
Re: Not for newbies (files) - by Aly - 10.06.2013, 11:49

Forum Jump:


Users browsing this thread: 1 Guest(s)