TextDraw
#1

When i have this command

Код:
   if(strcmp(cmdtext,"/gate",true)==0)
{
    GameTextForPlayer(playerid, "~r~The gate is now open", 5000, 1);
		MoveObject(Gate1, 7.280102, -268.311127, 6.184660,2); // OPEN
		MoveObject(Gate2, -12.028313, -268.237518, 6.166494,2); // OPEN
		
return 1;
}
I want to change the GameTextForPlayer to a better looking font (textdraw)

I want it to go down the bottom of the screen for 3 seconds saying - The gate is now open - and then puff away.

Any way i can do this using textdraw?
Reply
#2

Yes, create a textdraw, /gate to show the textdraw and add a timer to hide it.
Reply
#3

How do i create the textdraw,can i have an example?
Reply
#4

Very useful ingame textdraw editor by Zamaroth: http://forum.sa-mp.com/index.php?topic=143025.0

You can create the textdraws with that pretty easily. When you are finished with making them, post again if you don't how to go on.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)