Lua:AddHudText
From Fortress Forever Wiki
Jump to navigationJump to search
AddHudTextPuts a text object on a player's screen. UsageAddHudText(player, text_id, text, a, b, c, d) Input
OutputReturns: nothing Examplelocal player = CastToPlayer( player_entity ) AddHudText( player, "hunted_location", "Hunted Location: " .. player_hunted:GetLocation(), 4, 44, 0, 1 ) |