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