Uhm...
I think u dont understand me or my english is rly bad
I know that with round start nothing happens!
And these Numbers in de Map File are "static".
The checking with the if comes at the "END OF MAP" and then inside the script the actual player amount will be calculated.
So i just need to know how to figure the both numbers out...
i tryd this but looks bad and not finish with this bold line
Code:
new sandmen, minplayers=0, maxplayers=0;
if((sandmen = contain(mapname, "\maxplayers\")) != -12)
{
copy(minplayers, sandmen -1, mapname);
...........
}