textdraw script please
#1

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
Reply
#2

http://forum.sa-mp.com/index.php?topic=143025.0
Reply
#3

np here is the code :

top of script :
Код:
new Text:SiteName;
under ongamemodeinit :
Код:
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);
Reply
#4

is that all i need i heard youu have to put some thing under the playerconnect
Reply
#5

nop u don't need anything else if u dont believe test u won't lose anything
Reply
#6

ok
Reply
#7

You have to show it too

https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer
Reply
#8

TextDrawShowForPlayer(playerid,classes);


underonplayerconnect
Reply
#9

pawn Код:
TextDrawShowForPlayer(playerid,SiteName); // under OnPlayerConnect
Reply
#10

ty ill try that
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)