If i've one airio with under 3 server, there is a way to count point only in one of this three server ?
These string:
# ----------------------------- Points ---------------------------- #
# Comma separated integer points for victory and other places - string
# Limiting points for victory according to number of racers - boolean
# Any number of fixed values may be specified. If limiting is turned on,
# maximum points gained by the winner depend on starting grid size.
# If PointSystem is empty, no points are scored/calculated/stored.
PointSystem=10,8,6,5,4,3,2,1
PointLimits=true
# Comma separated values of points for good/great/top laps - integers
# Points for fastest lap in a race - integer
# Use zeroes if you do not want any points assigned for good/best laps.
PointsGood=1,2,4
PointsBest=1
# Percentage of total laps as a condition for scoring points - integer
# Player with less total laps at the race end don't score any points.
LapsPoints=80
# Number of races in a series, used in point reviews - integer
# Series points are shown by !pts, when one serie ends, another starts.
# Use zero if you do not want to group races into series.
GroupRaces=5
# Comma separated points for final podium serie places - integers
# Limiting points for serie according to number of racers - boolean
PointsSerie=5,3,1
SerieLimits=false
# FULL: Points for any LFSW PB improvement - integer
PointsImprove=1
# FULL: Display of stunt actions after the race - boolean
# FULL: Points for stunt actions after the race - integer
ShowStunts=false
PointsStunt=1
# FULL: Points for each lap in case low number of people race - integer
# FULL: Maximum number of people racing for support points - integer
PointsSupport=1
PlayersSupport=2
Are stored in Airio.srv.txt
If i toggle from Airio.srv.txt and i insert in Airio.srv.3.txt, point system work only for server 3 ?