10.10.2009, 09:31
Something does seem to be bugged with it. GetPlayerTeam had an issue with returning NO_TEAM in 0.2x, not sure if that was fixed, but in 0.3 team's seem to completely fail for me.
Try loading that, and shooting other players :S
Код:
public OnFilterScriptInit()
{
for(new playerid = 0; playerid < MAX_PLAYERS; playerid++)
{
SetPlayerTeam(playerid, 1);
}
}

