Vielen Dank Dr.Death und noch nen schönen Urlaub

Code: Alles auswählen
// Define current race incl. user given offset
$chosen_race = $i + $race_offset;
Code: Alles auswählen
// Check if the user want to see prev/next race
if ($next)
{
$race_offset++;
}
else if ($prev)
{
$race_offset--;
}
Da sonst noch keiner was gesagt hat: 3. im BundeDr.Death hat geschrieben:Neue Version 0.3.2 released.
Änderungen gegenüber 0.3.1:
Support für Ultimate Points MOD hinzugefügt.
Downloadquelle wie gehabt im ersten Beitrag dieses Themas.
Code: Alles auswählen
<tr class="row3">
<td nowrap="nowrap"><strong>{L_ACP_F1_SETTINGS_POINTS_ENABLED}:</strong><br />{L_ACP_F1_SETTINGS_POINTS_ENABLED_EXPLAIN}</td>
<td><input type="radio" class="radio" name="points_enabled" value="1" {S_POINTS_ENABLED_YES} /> {L_YES} <input type="radio" class="radio" name="points_enabled" value="0" {S_POINTS_ENABLED_NO} /> {L_NO}</td>
</tr>
<!-- BEGIN points_on -->
<tr class="row1">
<td nowrap="nowrap"><strong>{L_ACP_F1_SETTINGS_POINTS_VALUE}:</strong><br />{L_ACP_F1_SETTINGS_POINTS_VALUE_EXPLAIN}</td>
<td><input type="text" class="post" maxsize="64" size="30" name="points_value" value="{ACP_F1_SETTING_POINTS_VALUE}" /></td>
</tr>
<!-- END points_on -->
Code: Alles auswählen
<tr>
<th colspan="2">{L_ACP_F1_SETTINGS_PICS}</th>
</tr>
Code: Alles auswählen
<tr class="row3">
<td nowrap="nowrap"><strong>{L_ACP_F1_SETTINGS_POINTS_ENABLED}:</strong><br />{L_ACP_F1_SETTINGS_POINTS_ENABLED_EXPLAIN}</td>
<td><input type="radio" class="radio" name="points_enabled" value="1" {S_POINTS_ENABLED_YES} /> {L_YES} <input type="radio" class="radio" name="points_enabled" value="0" {S_POINTS_ENABLED_NO} /> {L_NO}</td>
</tr>
<!-- BEGIN points_on -->
<tr class="row1">
<td nowrap="nowrap"><strong>{L_ACP_F1_SETTINGS_POINTS_VALUE}:</strong><br />{L_ACP_F1_SETTINGS_POINTS_VALUE_EXPLAIN}</td>
<td><input type="text" class="post" maxsize="64" size="30" name="points_value" value="{ACP_F1_SETTING_POINTS_VALUE}" /></td>
</tr>
<!-- END points_on -->