10.06.2013, 11:08
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:
But how to check all OFFLINE accounts ?!?!
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)
{

