[DELETED]
---
|
Re: [HELP] ADMIN + VIP Models
1 Attachment(s)
or u mean this
sry for my bad english but i can help you xD |
Re: [HELP] ADMIN + VIP Models
Quote:
|
Re: [HELP] ADMIN + VIP Models
you can try this one..
PHP Code:
|
Re: [HELP] ADMIN + VIP Models
Quote:
&& = AND || = OR |
Re: [HELP] ADMIN + VIP Models
&& use for 1 condition and & use to add 2 condition to make 1 condition if i am right i cant explain properly ....if u want any thing extra you can post here :)
|
Re: [HELP] ADMIN + VIP Models
Quote:
PHP Code:
1 2 4 8 16 32 64... This is used to reduce memory Setting bits: PHP Code:
PHP Code:
(1 << 0) = 1 (1 << 1) = 2 (1 << 2) = 4 ... up to (1 << 31) Setting more than 1 bits: PHP Code:
PHP Code:
PHP Code:
Unsetting bits: PHP Code:
|
Re: [HELP] ADMIN + VIP Models
Quote:
Code:
if(get_user_flags(id) & ADMIN_MODEL && !is_user_bot(id)) |
Re: [HELP] ADMIN + VIP Models
remove level c for admin give them other flag but if u want u can add many flags like this
PHP Code:
|
Re: [HELP] ADMIN + VIP Models
Quote:
|
| All times are GMT -4. The time now is 12:19. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.