Where can I find TextDraw Locations? - 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)
+--- Thread: Where can I find TextDraw Locations? (
/showthread.php?tid=553006)
Where can I find TextDraw Locations? -
davidstyle1125 - 27.12.2014
Hey, I made TextDraw for my server, and I wanna change location of it, How Do I find the location I want?
and fonts to..?
Re: Where can I find TextDraw Locations? -
HY - 27.12.2014
I think you should use an Textdraw Editors.
iPLEOMAX's Textdraw Editor it's the best. I think.
Re: Where can I find TextDraw Locations? -
davidstyle1125 - 27.12.2014
This editor isn't working for me, I don't know why, you guys got any other options for me ?
I already have the command
pawn Код:
}
EXPRP[playerid] = TextDrawCreate(85.000000, 322.000000, "Express RolePlay");
TextDrawAlignment(EXPRP[playerid], 2);
TextDrawBackgroundColor(EXPRP[playerid], 255);
TextDrawFont(EXPRP[playerid], 1);
TextDrawLetterSize(EXPRP[playerid], 0.809998, 1.500000);
TextDrawColor(EXPRP[playerid], -1);
TextDrawSetOutline(EXPRP[playerid], 1);
TextDrawSetProportional(EXPRP[playerid], 1);
TextDrawShowForPlayer(playerid, EXPRP[playerid]);
}
I want to set this Text to be located in the TOP-RIGHT of the screen
or BOT-RIGHT/LEFT of the screen
Re: Where can I find TextDraw Locations? -
SickAttack - 27.12.2014
You could try these if that one doesn't work for you:
https://sampforum.blast.hk/showthread.php?tid=290640
https://sampforum.blast.hk/showthread.php?tid=406833