Why doesn't this work?
#5

pawn Код:
C:\Users\Bichan\Desktop\UKTDM\gamemodes\UKTDM.pwn(720) : error 028: invalid subscript (not an array or too many subscripts): "Logged"
C:\Users\Bichan\Desktop\UKTDM\gamemodes\UKTDM.pwn(720) : warning 215: expression has no effect
C:\Users\Bichan\Desktop\UKTDM\gamemodes\UKTDM.pwn(720) : error 001: expected token: ";", but found "]"
C:\Users\Bichan\Desktop\UKTDM\gamemodes\UKTDM.pwn(720) : error 029: invalid expression, assumed zero
C:\Users\Bichan\Desktop\UKTDM\gamemodes\UKTDM.pwn(720) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
now there are errors in here to

pawn Код:
forward LoginKick(playerid);
public LoginKick(playerid)
{
  if(Logged[playerid] == 0)
  {
     Kick(playerid);
     SendClientMessage(playerid, 0xFF0000FF,"You have been kicked for not logging in 15 seconds!");
   }
   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)