How to affect only axis plz.
Posted: Sat Dec 11, 2004 2:57 pm
why the command physics_off freeze allies and aixs plz ????
thx
Code: Select all
while (1)
{
for (local.i = 1; local.i<=$player.size; local.i++)
{
if ($player[local.i].dmteam == "axis")
{
if (Isalive $player[local.i] == 0)
{
$player physics_off
}
}
}
wait .1
}