08.02.2013, 16:23
Hmm..
Maybe like this:
Make an array that contain the cars you want.
Maybe like this:
PHP код:
IsACar(carid)
{
if(GetVehicleModel(carid) == //The cars... )
{
return 1;
}
return 0;
}