Raised This Month: $51 Target: $400
 12% 

can some one help me ?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
abdelwahab
Member
Join Date: Aug 2019
Old 03-06-2021 , 15:00   can some one help me ?
Reply With Quote #1

Solved

Last edited by abdelwahab; 03-10-2021 at 15:57.
abdelwahab is offline
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 03-07-2021 , 20:45   Re: can some one help me ?
Reply With Quote #2

PHP Code:
if(!iDay && (get_user_flags(id) & ADMIN_LEVEL_H || iDay != g_iDay && get_user_flags(id) & ADMIN_LEVEL_H)) 
=>
PHP Code:
if( (!iDay && (get_user_flags(id) & ADMIN_LEVEL_H)) ||(( iDay != g_iDay && (get_user_flags(id) & ADMIN_LEVEL_H)) ) 
I think I overkill with the bracket but it should work
__________________
My plugin:

Last edited by Celena Luna; 03-07-2021 at 20:46.
Celena Luna is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:52.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode