Skip to content

Instantly share code, notes, and snippets.

@GhoulofGSG9
Created September 14, 2015 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GhoulofGSG9/d9750a2dca37e53bf7dd to your computer and use it in GitHub Desktop.
Save GhoulofGSG9/d9750a2dca37e53bf7dd to your computer and use it in GitHub Desktop.
Printing into the clients console
--We don't use ServerAdminPrint directly here as that would spam the server log
local function NotifyPlayer(player, message)
Server.SendNetworkMessage(player, "ServerAdminPrint", { message = message }, true)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment