28.09.2010, 15:08
How to have a message on screen like /announce when people connect to the server?
public OnPlayerConnect(playerid) { GameTextForPlayer(playerid,"You'r message here!", 5000, 3); return 1; }
public OnPlayerConnect(playerid)
{
GameTextForPlayer(playerid,"Welcome please read the ~n~~>~~r~/rules",6000,0);
return 1;
}