new Text:Logo;
public OnGameModeInit()
{
SetGameModeText("DM:LS v1.0");
SetTimer("RandomMSGs",60000,1);
ShowPlayerMarkers(1);
ShowNameTags(1);
SetWorldTime(19);
Logo = TextDrawCreate(20.000000,428.000000,"X-DEATHMEATH");
TextDrawAlignment(Logo,0);
TextDrawBackgroundColor(Logo,0x000000ff);
TextDrawFont(Logo,1);
TextDrawLetterSize(Logo,0.500000,1.299999);
TextDrawColor(Logo,0xff0000cc);
TextDrawSetOutline(Logo,1);
TextDrawSetProportional(Logo,1);
TextDrawSetShadow(Logo,1);
return 1;
}
|
Originally Posted by cabelo
flw cara, ajudo bastante *-*
|
//TextDraw - Fуrum
new Text:TForum;
TForum = TextDrawCreate(1, 427," ~w~NomeDoServidor ~b~EndereзoDoForum");
TextDrawUseBox(TForum,1);
TextDrawBoxColor(TForum,0x00000066);
TextDrawSetOutline(TForum, 1);
TextDrawFont(TForum, 1);
TextDrawSetProportional(TForum, 2);
TextDrawAlignment(TForum, 0);
TextDrawLetterSize(TForum, 0.400000, 2.000000);
TextDrawSetShadow(TForum, 1);