23.01.2012, 05:02
It will not make a difference to performance as all the files are compiled into one amx file. Splitting up the gamemode just makes it easier for you to manage everything. For example, you can do the following:
pawn Код:
#include "gm_players"
#include "gm_timers"
#include "gm_cmds"
#include "gm_vehicles"