Difference between revisions of "Lua:AddHudTextToAll"
From Fortress Forever Wiki
Jump to navigationJump to search (New page: {{Infobox manual/Header}} ==AddHudTextToAll== Puts a text object on the screens of all players on the server ===Usage=== <pre>AddHudTextToAll(text_id, text, a, b, c, d)</pre> ===Input==...) |
(No difference)
|
Latest revision as of 11:05, 11 May 2009
|
AddHudTextToAllPuts a text object on the screens of all players on the server UsageAddHudTextToAll(text_id, text, a, b, c, d) Input
Outputreturns: nothing Examplelocal text_align = 4 local text_x = 40 local text_line1y = 84 AddHudTextToAll( "defender_points_text", "Defenders", text_x, text_line1y, text_align ) |