SERVER: Add spawn functions for info_player_x_spawn

This commit is contained in:
cypress 2023-11-06 12:32:27 -05:00
parent c18c1c1261
commit a21997bc6e

View file

@ -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);};