How do i get the score of everybody in one team?
#2

im a little rusty but i think its like this:

Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(isplayerconnected(i))
{
if(team[i] == team)
{
sendclientmessage(i,color,"You're teams' score is %d",getplayerscore(i));
}
}
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)