13.05.2014, 19:00
Never do that because all you do is causing more errors. Remove those two lines from the script completely.
This should be declared as global array:
The other one, it seems to be declared both as global and local. Keep it local only.
This should be declared as global array:
pawn Код:
new Logged[MAX_PLAYERS];