new bool:Medic[MAX_PLAYERS];
public OnPlayerConnect(playerid)
{
Medic[playerid] = false;
return 1;
}
Error:
C:\\Documents and Settings\\ProExpert97\\Asztal\\Goudlyne RPG\\gamemodes\\BF.pwn(87) : error 017: undefined symbol \"Medic\"
C:\\Documents and Settings\\ProExpert97\\Asztal\\Goudlyne RPG\\gamemodes\\BF.pwn(87) : warning 215: expression has no effect
C:\\Documents and Settings\\ProExpert97\\Asztal\\Goudlyne RPG\\gamemodes\\BF.pwn(87) : error 001: expected token: \";\", but found \"]\"
C:\\Documents and Settings\\ProExpert97\\Asztal\\Goudlyne RPG\\gamemodes\\BF.pwn(87) : error 029: invalid expression, assumed zero
C:\\Documents and Settings\\ProExpert97\\Asztal\\Goudlyne RPG\\gamemodes\\BF.pwn(87) : 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.
Mi a teendõ?