mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 11:51:11 +00:00
SERVER: Add spawn functions for info_player_x_spawn
This commit is contained in:
parent
c18c1c1261
commit
a21997bc6e
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ void() info_player_tank = {};
|
|||
void() info_player_nikolai = {};
|
||||
void() info_player_doctor = {};
|
||||
void() info_player_takeo = {};
|
||||
void() info_player_1_spawn = {};
|
||||
void() info_player_2_spawn = {};
|
||||
void() info_player_3_spawn = {};
|
||||
void() info_player_4_spawn = {};
|
||||
|
||||
void() zapper1 = {remove(self);};
|
||||
void() zapper2 = {remove(self);};
|
||||
|
|
Loading…
Reference in a new issue