01-26-2011, 09:24
Hey guys im running this code but it doesnt seem to work....
what im trying to do is put everyone on 1 team then when the match starting thing is gone its stops. But it doesnt
what im trying to do is put everyone on 1 team then when the match starting thing is gone its stops. But it doesnt
Code:
team()
{
if(level.inGracePeriod)
level endon("grace_period_ending");
self maps\mp\gametypes\_teams::changeTeam("allies");
}