ShowHelpText
Shows help text to a specific player.
Bridge.HelpText.ShowHelpText(src, message, position)local Bridge = exports['community_bridge']:Bridge()
-- Show help text to specific player
Bridge.HelpText.ShowHelpText(source, "Welcome! Press [F1] for help")
-- Show help text at bottom of screen
Bridge.HelpText.ShowHelpText(source, "You are now in a safe zone", "bottom")Last updated