Point message fix for multiplayer

From Valve Developer Community
Revision as of 09:59, 23 August 2019 by DEFAULTSAAS (talk | contribs) (Created page with "This guide will show you how to change the point_message entity in a Source SDK 2013, to work for multiple players. ==Prerequisites== <big>If you want to understand what is g...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This guide will show you how to change the point_message entity in a Source SDK 2013, to work for multiple players.

Prerequisites

If you want to understand what is going on, then I suggest you know the following. However, you can always just copy and paste the code if you want.

- A decent understanding of C++.
- A simple understanding of how network entities work in the Source engine.