View Single Post
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 01-31-2020 , 12:14   Re: Bad Camper 1.4.239
Reply With Quote #2

that line makes no sense at all,

PHP Code:
if(is_user_bot(id)) 
{
    return;

or just this, but i don't like this way of coding:

PHP Code:
 if(is_user_bot(id)) return; 
__________________
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be