difference between flags and is_user_bot
im wondering what the difference is between
Code:
is_user_bot(id)Code:
(pev(id, pev_flags) & FL_FAKECLIENT) |
Re: difference between flags and is_user_bot
Check only pev_flags may return false results, is_user_bot checks other things :
PHP Code:
|
| All times are GMT -4. The time now is 01:46. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.