02.07.2014, 00:40
is there anyway to loop through a certain type of vehicle etc..
so it loops through and checks for taxi id 420 that's unoccupied and add attachment to the them taxi ids
for(new i = 0; i<MAX_VEHICLES;i++)
{
if(vehicleid == 420)
{
///etc code here
}
}
please help thanks
so it loops through and checks for taxi id 420 that's unoccupied and add attachment to the them taxi ids
for(new i = 0; i<MAX_VEHICLES;i++)
{
if(vehicleid == 420)
{
///etc code here
}
}
please help thanks