25.05.2011, 13:00
Hello CyberGhost.
You using this loop then starting FilterScript and actualy effect 0% because as always if variable don't used value is 0 and if server loading with this fs your loop SetPVar for 0 players.
Good luck in future
pawn Code:
for(new i = 0; i < MAX_PLAYERS; i++)
{
SetPVarInt(i, "LastPmFrom", -1);
SetPVarInt(i, "ReadingPMs", 0);
SetPVarInt(i, "PmStatus", 0);
}
Good luck in future