[HELP]What is wrong?
#2

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
}
Reply


Messages In This Thread
[HELP]What is wrong? - by breakpaper - 20.12.2009, 13:47
Re: [HELP]What is wrong? - by Martin_M - 20.12.2009, 13:50

Forum Jump:


Users browsing this thread: 1 Guest(s)