Добавь ко всем forward's:
Код
forward [color=#660066]gtaworker();
в OnGameModeInit или где у тебя таймеры:
Код
SetTimer("gtaworker",700000,1);
И ко всем public's
Код
public gtaworker(){ SendClientMessageToAll(COLOR_BLUE,"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~WELCOME~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~") ;
SendClientMessageToAll(COLOR_WHITE,"Твой текст |Pawno-school.moy.su|");
SendClientMessageToAll(COLOR_WHITE,"*** Твой текст");
SendClientMessageToAll(COLOR_WHITE,"*** Твой текст");
SendClientMessageToAll(COLOR_WHITE,"***Твой текст");
SendClientMessageToAll(COLOR_BLUE,"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");}
Удачи вам!