Thread: Adveriser
View Single Post
Naydef
Senior Member
Join Date: Dec 2015
Location: Doom Town, Nevada
Old 07-05-2016 , 13:19   Re: Adveriser
Reply With Quote #4

Change:
PHP Code:
if(!(GetUserFlagBits(client) & VIP_FLAG) && deathflags != TF_DEATHFLAG_DEADRINGER
to
PHP Code:
if(!(GetUserFlagBits(client) & VIP_FLAG) && (deathflags TF_DEATHFLAG_DEADRINGER)) 
Interesting plugin, will try it, but Force HTML MOTDs plugin won't help versus players who use "connect <ip> matchmaking" command.
__________________
My plugins:
*None for now*


Steam:
naydef

Last edited by Naydef; 07-05-2016 at 13:19.
Naydef is offline