Difference between revisions of "ADD STRING TO NEWS SCROLLBAR"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{Native |np=1 |p1t=string |p1d=The string to add to the news scrollbar |r=0 }} Adds a string to the news scrollbar.)
 
Line 2: Line 2:
 
|np=1
 
|np=1
 
|p1t=string
 
|p1t=string
|p1d=The string to add to the news scrollbar
+
|p1d=string to add to the news scrollbar
 
|r=0
 
|r=0
 
}}
 
}}
 
+
Adds a string to the news scrollbar as seen in Star Junction. It can be cleared using [[CLEAR_NEWS_SCROLLBAR]]. If you use this function again without clearing it, the string will be added next to the previous one that was created. The scrollbar uses font 1 in the Video Editor, which is from the <code>font3</code> texture in the <code>fonts.wtd</code> file.
Adds a string to the news scrollbar.
+
*[http://img.photobucket.com/albums/v41/spaceeinstein/AddStringToNewsScrollbar.jpg Custom string]

Revision as of 04:42, 1 September 2009

ADD_STRING_TO_NEWS_SCROLLBAR
Number of parameters: 1
Parameter #TypeDescription
1.stringstring to add to the news scrollbar
Return value:
TypeDescription
None

Adds a string to the news scrollbar as seen in Star Junction. It can be cleared using CLEAR_NEWS_SCROLLBAR. If you use this function again without clearing it, the string will be added next to the previous one that was created. The scrollbar uses font 1 in the Video Editor, which is from the font3 texture in the fonts.wtd file.