Odds / Horses
#1

If I have horse names like this.

pawn Code:
new RaceSet4[][24] = {
    {"Kalipso Doom"},
    {"Kyles Passion"},
    {"Captain Awsome"},
    {"Mr Lambert"},
    {"Whipping Quick"},
    {"Horse Whisper'er"}
};
How do I get it so that it will display the horses names in a dialog with random odds e.g 3:1 next to it.
Reply
#2

pawn Code:
switch(random(2))
{
case 0 : ShowPlayerDialog(....)
case 1 : ShowPlayerDialog(....)
}
I think?
Reply
#3

I want each horse name in a format. How do i go about doing that?
Reply
#4

Quote:
Originally Posted by Mr_Tom
I want each horse name in a format. How do i go about doing that?
Wait, what? I don't get it
and how do you want it, LIST, or MSGBOX style?
Reply
#5

Message box style, It will say each horse in a list.

Reply
#6

Quote:
Originally Posted by Mr_Tom
Message box style, It will say each horse in a list.

Okay, but do you want it under via command?
Then want anything else? Some randoms you
were talking about?
Reply
#7

The list will be like this

Horse 1 - (odds here)
Horse 2 - (odds here)
Horse 3 - (odds here)
Horse 4 - (odds here)
Horse 4 - (odds here)

When that race starts the odds are the same. Untill next time a different race runs.
Reply
#8

Thats how I Want it so i how do i do it?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)