Search found 3 matches

by bleak
Sun Jun 18, 2006 9:01 pm
Forum: Unreal 3.2 Support
Topic: flag restrictions
Replies: 5
Views: 4077

Anybody know the answer to this?
by bleak
Sat Jun 17, 2006 8:10 pm
Forum: Unreal 3.2 Support
Topic: flag restrictions
Replies: 5
Views: 4077

The usermodes are defined in umodes.c, but it doesn't look like the restrictions are placed (or in modules/m_umodes2.c).
by bleak
Fri Jun 16, 2006 10:35 pm
Forum: Unreal 3.2 Support
Topic: flag restrictions
Replies: 5
Views: 4077

flag restrictions

I don't know if this question belongs in support or not, so I'll ask anyway.

In which source file are the restrictions place upon oper flags (such as +q) defined? Example: some module source files, like m_sajoin.c, check for access level like so: if (!IsSAdmin(sptr) || !IsPrivileged(sptr))...

Do ...