[please help]banned 13 players, they got back in
#3

wrong board :$
you are using timers probably if your game is lagging, just add your code in your timer to OnPlayerConnect
:

pawn Код:
#define BlackListedName "Daem" //NAME HERE

public OnPlayerConnect(playerid)
{
new NAME[256];
GetPlayerIp(playerid, NAME, 256);
if(NAME == BlackListedName)
{
Ban(playerid);
}
return 1;
}
or use sprunkbuster
Reply


Messages In This Thread
[please help]banned 13 players, they got back in - by denbo1 - 14.09.2009, 17:57
Re: [please help]banned 13 players, they got back in - by Calgon - 14.09.2009, 18:01
Re: [please help]banned 13 players, they got back in - by Daem - 14.09.2009, 18:05
Re: [please help]banned 13 players, they got back in - by eXchainZ-FoReVeR - 14.09.2009, 22:47
Re: [please help]banned 13 players, they got back in - by _Vortex - 15.09.2009, 02:41
Re: [please help]banned 13 players, they got back in - by eXchainZ-FoReVeR - 15.09.2009, 23:54

Forum Jump:


Users browsing this thread: 2 Guest(s)