mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
Oh, hello, one more constant
This commit is contained in:
parent
c0334deae1
commit
ef1347cb6c
@ -432,3 +432,6 @@
|
||||
#define SF_WORLD_DARK 0x0001 // Fade from black at startup
|
||||
#define SF_WORLD_TITLE 0x0002 // Display game title at startup
|
||||
#define SF_WORLD_FORCETEAM 0x0004 // Force teams
|
||||
|
||||
// Set this bit on guns and stuff that should never respawn
|
||||
#define SF_NORESPAWN (1<<30)
|
Loading…
Reference in New Issue
Block a user