30.09.2017, 18:03
You aren't specifying the playerid or vehicleid in SetTimerEx.
Also you should remove the delay() inside destroy_veh because a new timer will check it.
PHP код:
SetTimerEx("destroy_veh", 5000, 1, "dd", playerid, vehicleid);