View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-13-2022 , 21:25   Re: Main plugin problem for Respawn mod
Reply With Quote #4

I'm not sure how you were able to generate all the tag mismatch warnings. I don't get any tag mismatch warnings.

The last three warnings will be fixed by using this:

PHP Code:
if ( !is_user_connectedid ) ) return PLUGIN_HANDLED
instead of:

PHP Code:
if ( !is_user_connectedid ) ) return; 
This is not how I would fix it but this is easier for you and it will work just fine. I won't go into detail since you didn't write the code.

The three warning 225 can be ignored. This is caused by poor coding but won't affect anything.
__________________
fysiks is offline