05.02.2012, 11:41
basically I want to add item for different situations....
Like:
if(vehid = 0)
{
//add these items
}
if(vehid = 1)
{
//add these items
}
if(vehid = 2)
{
//add these items
}
Like:
if(vehid = 0)
{
//add these items
}
if(vehid = 1)
{
//add these items
}
if(vehid = 2)
{
//add these items
}

