22.03.2010, 20:09
Easy.
pawn Код:
OnPlayerEnterCheckPoint
{
for(new i=0;i<=MAX_PLAYERS; i++)
{
SetPlayerCheckPoint(i,...);
}
}