The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
You do not put in the "Off:" or "On:". Using your queries as examples, you would actually type in:
Code:
UPDATE user SET options=options - 64 WHERE options & 64 Code:
UPDATE user SET options=options + 128 WHERE NOT(options & 128) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|