How Can I DO This
#1

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
Reply
#2

well depends what kind of team system u using

example:

pawn Код:
if(gTeam[playerid] == TEAM_1)
{
    SetWeather( blah blah ) ;
}
else if(gTeam[playerid] == TEAM_2)
{
    SetWeather( blah blah ) ;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)