######################################################################### # Penalties # ######################################################################### # Actions to execute when player gets penalties. # If more actions, separate them with '|'. # Possible variables to use: # {Nickname} - Nickname of driver # {Username} - Username of driver # {RemainFDIP} = Remain count for fast drive in pit # OnFastDriveOnPitL1 = Actions on 30 Sec Penalty or drive-through # OnFastDriveOnPitL2 = Actions on 45 Sec Penalty or Stop&Go # MaxFastDriveOnPit = Max Fast Drive on Pit allowed per race # OnMaxFastDriveOnPit = Actions on Max Fast Drive on Pit allowed # OnFalseStartL1 = 30 Sec Penalty or drive-through # OnFalseStartL2 = 45 Sec Penalty or Stop&Go # You can use /pm here #------------------------------------------------------------------- OnFastDriveOnPitL1 = /msg {Nickname}^1 Warning fast drive on pit|/pm ^1WARNING-KICK POSSIBLE; OnFastDriveOnPitL2 = /msg {Nickname}^1 Spectate to fast drive on pit|/pm ^1KICK IN {RemainFDIP} TRY|/spec {Username}; OnMaxFastDriveOnPit = /msg {Nickname}^1 kicked to fast drive on pit|/rcm ^1YOU ARE KICKED|/rcm_ply {Username}|/kick {Username}; MaxFastDriveOnPit = 2; OnFalseStartL1 = ; OnFalseStartL2 = ;