|
Crossfire Server
1.75.0
|
to control behavior More...
Macros | |
| #define | ADD_PLAYER_NEW 0x1 |
| Name/password provided, so skip to roll stats. More... | |
| #define | ADD_PLAYER_NO_MAP 0x2 |
| Do not set the first map. More... | |
| #define | ADD_PLAYER_NO_STATS_ROLL 0x4 |
| Stats provided from client. More... | |
to control behavior
| #define ADD_PLAYER_NEW 0x1 |
Name/password provided, so skip to roll stats.
Definition at line 252 of file player.h.
Referenced by add_player(), and create_player_cmd().
| #define ADD_PLAYER_NO_MAP 0x2 |
Do not set the first map.
Definition at line 253 of file player.h.
Referenced by add_player(), and create_player_cmd().
| #define ADD_PLAYER_NO_STATS_ROLL 0x4 |
Stats provided from client.
Definition at line 254 of file player.h.
Referenced by add_player(), and create_player_cmd().