No experience with textdraw
#8

Quote:
Originally Posted by DarkPhoenix
Quote:
Originally Posted by (Jay)
Quote:
Originally Posted by DarkPhoenix
Alright I searched for Textdraw but I can't find what I want. How can I add textdraw bottom left of my screen, how do I get X,Y,Z?
Alright then. Top of script new Text: YourTextdrawname;


under OnGamemodeInt

YourTextdrawname = CreateTextDraw(x,y,z,"Hello this is an example");



Then when you want it to show add it under the callback


for example if you wanted it to show on OnPlayerSpawn put


Under it TextDrawShowForPlayer(playerid,YourTextdrawname);


Oh & Here are the coords for the bottom screen left hand side

1.000000,425.000000
Well, I know how to add textdraw in my script and when I want to show and hide, you name it but I want to know how did you get the coords? The bottom left was just an example! :P
All right then i sergest using a Textdraw editor. it's a easy way to see and design your own Textdraw
Reply


Messages In This Thread
No experience with textdraw - by Andy_McKinley - 23.05.2010, 08:14
Re: No experience with textdraw - by Jay. - 23.05.2010, 08:16
Re: No experience with textdraw - by Andy_McKinley - 23.05.2010, 08:17
Re: No experience with textdraw - by Jay. - 23.05.2010, 08:19
Re: No experience with textdraw - by Andy_McKinley - 23.05.2010, 08:25
Re: No experience with textdraw - by Jay. - 23.05.2010, 08:29
Re: No experience with textdraw - by Andy_McKinley - 23.05.2010, 08:33
Re: No experience with textdraw - by Jay. - 23.05.2010, 08:35
Re: No experience with textdraw - by Andy_McKinley - 23.05.2010, 08:37
Re: No experience with textdraw - by Jay. - 23.05.2010, 08:40

Forum Jump:


Users browsing this thread: 1 Guest(s)