On my plugin Fake VIP I need use the forward FM_ClientPutInServer, but adding fakemeta I'll have:
Code:
#include <amxmodx>
#include <hamsandwich>
#include <fakemeta>
#include <cstrike>
#include <engine>
#include <fun>
I can use only fakemeta and hamsandwich instead, but my question is if it's a good way to do it. I'm talking about performance and easy installation for the non-known users of this plugin.
__________________