pawn Код:
SetTimer("SendMSG", 300000, true);
return 1;
If you read the error, it literally says that it didn't find what it was looking for - in this case it was a ";" - but it found "return". This means that somewhere before the "return", there should be a ";" - it's not really hard to understand unless you don't understand the English language at all.