Many errors on one line?
#1

Hey folks, simple again:

pawn Код:
public DoorOpened()
{
   new DoorOpened[MAX_PLAYERS];
   DoorOpened(playerid) == 0;
   return 1;
}
Thats the function which is called when the timer named DoorOpened ends, it gives me such errors on the DoorOpened(playerid) == 0; line:

Код:
error 012: invalid function call, not a valid address
error 017: undefined symbol "playerid"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
Any help? Im so stupid.
Reply


Messages In This Thread
Many errors on one line? - by Spiral - 11.01.2011, 15:22
Re: Many errors on one line? - by randomkid88 - 11.01.2011, 15:30
Re: Many errors on one line? - by Spiral - 11.01.2011, 15:39
Re: Many errors on one line? - by Dainyzxz - 11.01.2011, 15:55
AW: Re: Many errors on one line? - by Nero_3D - 11.01.2011, 15:56

Forum Jump:


Users browsing this thread: 1 Guest(s)