Your suggestion works, but not consistently. As soon as I change my name forceforumname is performed on me, regardless my immunity.
amxmisc.inc is already included. What would the code look like if I use that method ? Something like this ?
Code:
#define IMMUNITY ADMIN_IMMUNITY
//
//
if (!access(id,IMMUNITY) && get_cvar_num(CVAR_FORCEFORUMNAME))
force_forumname(id, oldname, authid)
And would the result be any different ?
edit : no, that doesn't work at all. Although it compiles fine.
__________________