[/code]
new PlayerText:Logo[MAX_PLAYERS];
public OnPlayerConnect(playerid)
{
Logo[playerid] = CreatePlayerTextDraw(playerid, 512.000000 , 427.000000 , "Bayside Roleplay" ) ;
PlayerTextDrawBackgroundColor(playerid, Logo[playerid], 255) ;
PlayerTextDrawFont(playerid, Logo[playerid], 3) ;
PlayerTextDrawLetterSize(playerid, Logo[playerid],0.500000 , 1.000000) ;
PlayerTextDrawColor(playerid, Logo[playerid], - 1153411
;
PlayerTextDrawSetOutline(playerid, Logo[playerid], 1) ;
PlayerTextDrawSetProportional(playerid, Logo[playerid], 1) ;
PlayerTextDrawShow(playerid, Logo[playerid]);
[/code]