Jump to content
Posted
comment_1554771

Heuj allemaal,

Ik ben begonnen met textdraws, en dat lukt nu al aardig.

Maar nu heb ik een probleem: als ik een textdraw X=0 geef dan staat hij toch niet helemaal links.

Hoe zorg ik ervoor dat hij wel links staat?

Mijn code:

//bovenaan
new Text:textdraw;

public OnPlayerConnect(playerid)
{
textdraw = TextDrawCreate(192,425,"Goudewups DM+stunt");
TextDrawFont(textdraw,3);
TextDrawShowForPlayer(playerid, textdraw);
}

Featured Replies

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.