11.01.2011, 15:22
Hey folks, simple again:
Thats the function which is called when the timer named DoorOpened ends, it gives me such errors on the DoorOpened(playerid) == 0; line:
Any help? Im so stupid.
pawn Код:
public DoorOpened()
{
new DoorOpened[MAX_PLAYERS];
DoorOpened(playerid) == 0;
return 1;
}
Код:
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