[Include] Text Draw Box Messages
#1

A include which adds a function to create Text Draw Box messages with only one line of code.




Overview
Код:
native TD_SendMessage(playerid, const string_[], header[], hide_in = 5000, bgcolor = 12840, Float:padding = 24.0000, Float:BaseX = 319.000000, Float:BaseY = 231.000000, length = 90);
native TD_HideMessage(playerid);
TD_SendMessage
Sends a message box to a playerid.
Note:
  1. If the input text is to long the function stops writing, creates a new line and continues.
  2. If you wish to send the text without the background box just use an invisible color for the box (e.g. 0xFFAAFF00).
  3. If you want to change the text color use as following ~y~, ~r~
  4. If the text exceeds the screen the function auto aligns the position of the box!
  5. If 'hide_in' is set to 0 the box will first disappear when TD_SendMessage is used a second time or TD_HideMessage is used
Params:
  1. playerid: Playerid who will see the text draw messages.
  2. const string_[]: Message that has to be send to playerid.
  3. header: Message Box header.
  4. hide_in[]: Amount of time till the box disappears.
  5. bgcolor[]: Color of the background box.
  6. padding[]: Space between the box border and actual text.
  7. BaseX[]: X coordinate to start the box with.
  8. BaseY[]: Y coordinate to start the box with.
  9. length[]: Length of a line till the text jumps into the next line.
TD_HideMessage
  1. playerid: Playerid for whom the box will be hidden.

Things to do:
  • Fade box out/in
Download
Include+Example Script:
Reply


Messages In This Thread
Text Draw Box Messages - by LeBoyce - 25.03.2013, 14:20
Re: Text Draw Box Messages - by Scenario - 25.03.2013, 14:26
Re: Text Draw Box Messages - by Sky™ - 25.03.2013, 15:52
Re: Text Draw Box Messages - by Gamer_007 - 25.03.2013, 15:55
Re: Text Draw Box Messages - by MichiCZ - 25.03.2013, 17:45
Re: Text Draw Box Messages - by JamesH - 25.09.2013, 05:39
Re: Text Draw Box Messages - by kristo - 25.09.2013, 13:34
Re: Text Draw Box Messages - by stormchaser206 - 26.09.2013, 22:37
Re: Text Draw Box Messages - by Garsio - 30.09.2013, 07:43
Re: Text Draw Box Messages - by stormchaser206 - 09.10.2013, 22:18
Re: Text Draw Box Messages - by LeBoyce - 11.11.2013, 08:16
Re: Text Draw Box Messages - by Voxel - 11.11.2013, 12:43
Re: Text Draw Box Messages - by DemME - 22.12.2013, 13:09
Re : Text Draw Box Messages - by StreetRP - 03.01.2015, 15:30

Forum Jump:


Users browsing this thread: 2 Guest(s)