PDA

View Full Version : My DMflags look all silly. How do I add that.


stubyph
10-25-2005, 09:55 PM
// dmflags -- flags that can be set in the dmflags variable.
// DF_NO_HEALTH (1 << 0)
// DF_NO_POWERUPS (1 << 1)
// DF_WEAPONS_STAY (1 << 2)
// DF_NO_FALLING (1 << 3)
// DF_INSTANT_ITEMS (1 << 4)
// DF_SAME_LEVEL (1 << 5)
// DF_NO_ARMOR (1 << 11)
// DF_INFINITE_AMMO (1 << 14)
// DF_NO_FOOTSTEPS (1 << 17)
// DF_ALLOW_LEAN (1 << 18)
// DF_OLD_SNIPERRIFLE (1 << 19)
// DF_GERMAN_SHOTGUN (1 << 20)
// DF_ALLOW_OLDMAP_MINES (1 << 21)
set dmflags 0

I know where to type the total but whats the number??
I ues i'm horrible in algebra.:o

GaSplat
10-26-2005, 07:36 PM
I posted the answer to your original posting in the guides section.