Signature
native force_unmodified(force_type, const mins[3], const maxs[3], const filename[]);
Description
Forces the clients and server to be running with the same version of a
specified file.
Notes
-
For a list of possible enforcement types, see the force_* constants
in amxconst.inc
Parameters
- force_type — Enforcement type
- mins — Bounding box mins vector
- maxs — Bounding box maxs vector
- filename — Filename
Returns
1 on success, 0 otherwise