Page 1 of 1
Team message
Posted: Sat Jun 28, 2003 4:02 am
by Alcoholic
In an OBJ map, how do I print a message to a specific team?
Posted: Sat Jun 28, 2003 4:04 am
by mohaa_rox
for(local.i = 1; local.i <= $player.size; local.i++)
{
local.player = $player[local.i]
if(local.player.dmteam == allies)
local.player iprint "HI fellow allies!"
}
for axis just change the .dmteam