forward Destroy(vid);//on toppublic Destroy(vid){DestroyVehicle(vid);return 1;}//now this in where you spawn carnew id;id = CreateVehicle(....);SetTimerEx("Destroy",1000*60*2/*2mins*/,false,"i",id);