2020-11-06, 06:37 AM
Hi, thanks for your response
I understand that, the detail is how to make the code to specify a random player that is already within a race, if I explain myself? and if I press enter, it specifies another player who is already within a race
if(RaceStarted == true)
{
//What would be the code here that is going to show a random player who is in a race in progress?
}
else if(RaceStarted == false)
{
// enter race code
}
And if I press enter to switch me to another random player that is still within a race?
I understand that, the detail is how to make the code to specify a random player that is already within a race, if I explain myself? and if I press enter, it specifies another player who is already within a race
if(RaceStarted == true)
{
//What would be the code here that is going to show a random player who is in a race in progress?
}
else if(RaceStarted == false)
{
// enter race code
}
And if I press enter to switch me to another random player that is still within a race?