SA-MP Forums Archive
textdraw help please. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: textdraw help please. (/showthread.php?tid=98657)



textdraw help please. - Quest123 - 22.09.2009

I had a textdraw application and i did what it said, no complying errors but it wont work :/ here are the codes:

UP:
Quote:

new Text:textdraw;

On player connect:
Quote:

TextDrawShowForPlayer(playerid, textdraw);

Onplayerdissconnect:
Quote:

TextDrawHideForPlayer(playerid, textdraw);

Ongamemodeint:
Quote:

public OnGameModeInit()
{
SetGameModeText("Towely Skunk 420%b");
textdraw = TextDrawCreate(6,446,"Towel Skunk 420 Server");
TextDrawFont(textdraw,3);
TextDrawUseBox(textdraw,0);
ShowPlayerMarkers(1);
ShowNameTags(1);

all complied and done good, but wont show up? help.. please


Re: textdraw help please. - tooomi - 16.02.2010

i tried it to but a bit different way. still doesn't work..

any help?