Help With Textdraws
#1

I need help with textdraws.. So like when a player connects to my server it'll say "Welcome to SDKFreeRoam scripted by [SDK]Azzeto, This is what I have so far
pawn Code:
new Text:welcome;
pawn Code:
Public OnGameModeInit
welcome = TextDrawCreate(240.0,580.0,"SDKFreeRoam Scripted by [SDK]Azzeto");
pawn Code:
Public OnPlayerConnect
TextDrawShowForPlayer(playerid,welcome);
I'v read the wiki and got that, but It doesnt show ingame.
Reply
#2

Wrong coordinate.
Quote:

The x,y coordinate is the top left coordinate for the text draw area based on a 640x480 "canvas" (irrespective of screen resolution). If you plan on using TextDrawAlignment with alignment 3 (right), the x,y coordinate is the top right coordinate for the text draw.

Reply
#3

The textdraw positions should be between the limits (640 Width and 480 Height)

But your second position doesn't look suitable for the textdraw.

Reply
#4

Any program to use where I could find the coords of where I want the textdraw?
Reply
#5

Quote:
Originally Posted by iPLEOMAX
View Post
The textdraw positions should be between the limits (640 Width and 480 Height)

But your second position doesn't look suitable for the textdraw.

I already mention it.


FS:
https://sampforum.blast.hk/showthread.php?tid=117851
Reply
#6

Use this: Textdraw Editor V1 by Zamaroht

@Varth, By the time I uploaded the image and responded back, you already posted. I didn't see it before.
and now, you editted your post with the fs link.. lol. Guess I'm just too late to be on time.
Reply
#7

Thank you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)