Hello. I have a 2 questions..
Help me please with this:
1. how can i set view of ALL dead players \ spectators to FORCECHASECAM of last 2 alive players on map?
There are 2 alive players on map remaining (1 in TERR team, 1 - in CT team).
PHP Code:
for(new i = 0 ; i <= g_iMaxPlayers ; i++) {
if(!is_user_alive(i) || cs_get_user_team == CS_TEAM_SPECTATOR || cs_get_user_team == CS_TEAM_UNASSIGNED) {
/*..there is command to change view mode to free chase cam of 2 alive players (dead CT -> to last alive CT, dead T - to last alive T, spectators - randomly (to T or CT)
2. Is possible to dropping bomb (when alive player drop the bomb or dead player drop the bomb) directly perpendicular of the floor? Without range..