26.04.2014, 17:33
pawn Код:
forward functionautomessage();
public functionautomessage()
{
SendClientMessageToAll(-1,"[INFO] Visit our site web on: http://www.siteweb.net, for more information about server");
}
public OnGameModeInit()
{
SetTimer("functionautomessage",60000,true);
return 1;
}