08.11.2009, 03:49
pawn Код:
...blablalbbalablab...
format(var, 32, "%d pIp\n",PlayerInfo[playerid][pIp]);fwrite(hFile, var);
fclose(hFile);
}
}
else
{
SendClientMessage(playerid, COLOR_YELLOW, "You do not have an account, type /register <password>"); //THIS LINE
}
if (gdebug){printf("DEBUG OnPlayerUpdate(%d)End", playerid);}
return 1;
}