28.07.2017, 16:17
Are the PVars which are set in the gamemode can be called in an include or vice versa?
PVars are serverwide, so yes.
Also, for the record: the contents of an included file are copied into the "master" file on compilation. The include directive is more or less a shortcut that tells the compiler: get the contents from this file and copy it to this location. |