03.04.2010, 00:42
note this is very rough, if you copy and paste you must fill it in with the correct wording and contexts
also note that i have not tested this before and am only assuming it will explode
Код:
OnPlayerExitVehicle(){ cardie[vehicleid] = settimer("explode", 30000, 0); } OnPlayerEnterVehicle(){ killtimer(cardie[vehicleid]); } public explode(vehicleid){ SetVehicleHealth(cardie[vehicleid], 0.0); }