26.04.2014, 17:20
hi, I wanna ask if it is possible to send like 2 messages or more in just one time like sending two message in the same time if it is can any one gemme a tutorial link ?
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;
}