IP restriction?
#1

So, I got this database along with this game-mode, many people are unable to join since there's a lot of banned fields in over 10000 players with Banned = 1 how to change it all to Banned = 0?
Reply
#2

Try that:

Code:
for(new i; i<GetMaxPlayers(); i++)
{
	PlayerData[i][pBan] = 0; //Replace with your actual variables.
	return 1;
}
Reply
#3

It's for some reason not letting certain people join.
Reply
#4

Can you please give me the OnPlayerConnect then?

PS: it should work, but let me see the code if it doesn't.

Oh, and include the "ban" variable
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)