Help - Max player in team
#3

Make a counter like this
//above your script
new teamcount=0;
//if player enter team
teamcount++;
//if player leaves team
teamcount--;
And
Код:
//onplayerrequestspawn
if(teamcount>=5)
{
return 0;
}
Make for every team this count.
Reply


Messages In This Thread
Help - Max player in team - by huyhung65ht - 13.08.2011, 10:06
Re: Help - Max player in team - by Meinstad - 13.08.2011, 10:07
Re: Help - Max player in team - by Admigo - 13.08.2011, 10:10

Forum Jump:


Users browsing this thread: 5 Guest(s)