new Text:Welcome;
public OnPlayerConnect(playerid)
{
Welcome = TextDrawCreate(219 ,210 , "Welcome");
TextDrawFont(Welcome , 3);
TextDrawLetterSize(Welcome , 1.5, 10.5);
TextDrawColor(Welcome , 0xff9900FF);
TextDrawSetOutline(Welcome , false);
TextDrawSetProportional(Welcome , true);
TextDrawSetShadow(Welcome , 1);
return 1;
}