23.05.2010, 08:29
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?
|
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


