Why doesn't this work?
#6

pawn Код:
//at top
new Logged[MAX_PLAYERS];
forward LoginKick(playerid);
public LoginKick(playerid)
{
  if(Logged[playerid] == 0)
  {
     SendClientMessage(playerid, 0xFF0000FF,"You have been kicked for not logging in 15 seconds!");
         Kick(playerid);
   }
   return 1;
}
Reply


Messages In This Thread
Why doesn't this work? - by Biess - 25.09.2012, 08:51
Re: Why doesn't this work? - by Jarnu - 25.09.2012, 08:56
Re: Why doesn't this work? - by Biess - 25.09.2012, 08:59
Re: Why doesn't this work? - by Jarnu - 25.09.2012, 09:01
Re: Why doesn't this work? - by Biess - 25.09.2012, 09:02
Re: Why doesn't this work? - by XtremeR - 25.09.2012, 09:04
Re: Why doesn't this work? - by Biess - 25.09.2012, 09:05
Re: Why doesn't this work? - by Jarnu - 25.09.2012, 09:06
Re: Why doesn't this work? - by XtremeR - 25.09.2012, 09:07
Re: Why doesn't this work? - by Biess - 25.09.2012, 09:08

Forum Jump:


Users browsing this thread: 1 Guest(s)