ty! and 1 more question, why the get_players with "ae" flag didn't correct ?
Here is my code:
PHP Code:
new playersct[32], numct
get_players(playersct, numct, "ae", "CT")
for (new i=1; i<=numct; i++)
{
points[i]++
//
}
And it always add point to both alive players, whatever team he is

. I have searched and used
ConnorMcLeod fix too, but it still doesn't work.