1. I don't understand
2. You can find specific model. with register_touch:
PHP Code:
public fw_Touch(iEnt, iPlayer)
{
new szModel[64];
entity_get_string(iEnt, EV_SZ_model, szModel, sizeof szModel); //get model
if (equal(szModel, "your model") //filtering model
{
//touch model
}
}
__________________