20.03.2010, 16:30
Can any one script a textdraw that says "WDMCLAN.TK" under the map. full script please you i can just add and it will work
new Text:SiteName;
SiteName = TextDrawCreate(4.000000,435.000000,"WDMCLAN.TK"); TextDrawFont(SiteName,1); TextDrawColor(SiteName,0xAA3333AA); TextDrawLetterSize(SiteName,0.599999,1.000000); TextDrawSetOutline(SiteName,1); TextDrawSetShadow(SiteName,0); TextDrawSetProportional(SiteName,1); TextDrawBackgroundColor(SiteName,0x000000ff);
TextDrawShowForPlayer(playerid,SiteName); // under OnPlayerConnect