Quote:
Originally Posted by nikhilgupta345
Post the full code for the second one?
Also for the first one:
Code:
public event_round_start()
{
set_task(20.0, "reset_deaths")
}
public reset_deaths() {
new players[32], player, num
get_players(players, num)
for(new i;i<num;i++)
{
player=players[i]
if(cs_get_user_team(player) == CS_TEAM_T)
{
cs_set_user_deaths (player, 1 )
}
}
}
|
thanks for the first one.
the whole code?
how about the sma file? will that do?