General > General Server Discussion

AdrenalineX NASCAR Sprint Cup: Techinical topic: Bugs, Suggestions, Comp...

<< < (14/20) > >>

[MAF]Cromiell:
We would like to see the most poeple involved as possible. Just keep in mind that other races will be for sure less than 2 hours.

[LSR]Ride:
I actually like it in full length and I am going to participate in every race. Waited for this NASCAR event for a long time and I don't want to ruin it.

[MAF]Snoopy:

--- Quote from: [LSR]Ride on February 27, 2012, 06:58:42 pm ---I actually like it in full length and I am going to participate in every race. Waited for this NASCAR event for a long time and I don't want to ruin it.

--- End quote ---

[MAF]Rac3r:
Fair enough.

What are you views on Lap storing? For example, if your car fails (timeout, out of fuel, die, over the fence) you are allowed to start from your current lap?

--- Code: ---if(PLAYER_Laps[playerid] < 3)  // if a players current lap is less than 3
{
    PLAYER_Laps[playerid] = 1; // reset the player lap to 1, start
}
else // if lap equals 3 or higher
{
    PLAYER_Laps[playerid] -= 1;  //  player lap is decreased by 1
}

--- End code ---
?

[MAF]Cromiell:
Out of fuel situation in my opinion should not include lap saving.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version