17.09.2009, 02:31
Yep just define the team and if the player is apart of that team than setplayercheckpoint
so for example
of course it would be a lot more advanced and such but thats the general idea
so for example
Код:
gTeam == 1; //PD
if(gTeam == 1)
{
SetplayerCheckpoint(blah);
return 1;
}

