20.12.2009, 13:50
Listitem's start till starts from 0. So, first option is listitem == 0
Код:
if(listitem == 0)
{
// Kidnapper
}
if(listitem == 1)
{
// Car jacker
}
if(listitem == 2)
{
// Drugs dealer
}

