BroadcastMessage
Description
Sends a custom net message to all clients.
This function allows you send any netmessage you want.
You should know what your doing since this function doesn't validate anything.
Recently Changed
This was recently changed in version (0.8 - DEV).
This function will now check if the given buffer is overflowed and throw a error if it is
Arguments
Example
Example usage, we enable
sv_cheats
clientside while having it disabled serverside.