nope. i dont. i just want to transfer all players(dead or alive) to T.but when i check if is user alive,my dead players will not transfered and when i dont check, nobody willbe tranfered.
& sorry forget my first code. this is my right code :
PHP Code:
for(i = 1; i <= g_MaxPlayers; i++)
{
cs_set_user_team(i,CS_TEAM_T)
}
__________________