textdraw help please.
#1

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

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

any help?
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)