Originally posted by EGGG
LoL i renamed gsc and what does it do coz it has to be the same amount of letters so it doesn't do anything does it???
for example:
if you rename _weapons.gsc to _example.gsc (notice the exact same amount of charachters!) you can put mods in these gsc & call them from another gsc..
you just add this at the top of _rank.gsc
#include maps\mp\gametypes\_example;
that way all the mods that are in _example.gsc are "known" functions when you call them from _rank.gsc
that means you have MORE space to add mods