flags := CRMULTI_IGNORE_MULTIS | CRMULTI_IGNORE_WORLDZ;
isn't that supposed to be
flags := CRMULTI_IGNORE_MULTIS + CRMULTI_IGNORE_WORLDZ;
No. If you would do something like
flags := CRMULTI_IGNORE_MULTIS;
...
flags := flags | CRMULTI_IGNORE_ALL;
...
it would be wrong if you used +. if you ...
Search found 6 matches
- Fri Jul 11, 2008 3:44 am
- Forum: General Help (096)
- Topic: Is there any way to...
- Replies: 7
- Views: 31439
- Wed Jul 09, 2008 2:21 pm
- Forum: General Help (096)
- Topic: Is there any way to...
- Replies: 7
- Views: 31439
No, ALL is binary OR of MULTIS, OBJECTS, and WORLDZ. You can combine them yourself if you like.. for examplePoi wrote:If all does all of them, does world do objects and multis? and objects to multi's?
Code: Select all
flags := CRMULTI_IGNORE_MULTIS | CRMULTI_IGNORE_WORLDZ;- Fri Oct 05, 2007 2:32 am
- Forum: General Discussion
- Topic: Time to heat things up!
- Replies: 3
- Views: 5042
- Wed Aug 29, 2007 6:15 am
- Forum: General Discussion
- Topic: How to Create your own Shard!
- Replies: 138
- Views: 179467
- Tue Mar 13, 2007 1:09 pm
- Forum: General Help (097)
- Topic: Status POL on OpenBSD
- Replies: 0
- Views: 2684
Status POL on OpenBSD
Hi there,
I would really like to see POL running natively on my OpenBSD-Systems.
But I don't think that'll happen soon, so I did some research.
Working POL Versions: any statically linked linux-version up to pol-linuxbin-096-2005-03-05-gentoo.tar.gz - these work without any problems, since they ...
I would really like to see POL running natively on my OpenBSD-Systems.
But I don't think that'll happen soon, so I did some research.
Working POL Versions: any statically linked linux-version up to pol-linuxbin-096-2005-03-05-gentoo.tar.gz - these work without any problems, since they ...
- Tue Feb 07, 2006 10:57 am
- Forum: General Help (096)
- Topic: Pol96 and FreeBSD incompatiblity
- Replies: 14
- Views: 13755