24.01.2011, 03:07
i want a certain team to have like a weather so like if they are in 1 team they will have a weather and if they are in another 1 they will have a different
if(gTeam[playerid] == TEAM_1)
{
SetWeather( blah blah ) ;
}
else if(gTeam[playerid] == TEAM_2)
{
SetWeather( blah blah ) ;
}