20.02.2009, 05:29
Just under the command use SetPlayerCheckpoint and your team variable?
E.G.
E.G.
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(//TEAM VARIABLE HERE = //TEAM VARIABLE)
{
SetPlayerCheckpoint(i,//BLA BLA);
}
}