Car help
#6

note this is very rough, if you copy and paste you must fill it in with the correct wording and contexts

Код:
OnPlayerExitVehicle(){
cardie[vehicleid] = settimer("explode", 30000, 0);
}

OnPlayerEnterVehicle(){
killtimer(cardie[vehicleid]);
}

public explode(vehicleid){
SetVehicleHealth(cardie[vehicleid], 0.0);
}
also note that i have not tested this before and am only assuming it will explode
Reply


Messages In This Thread
Car help - by ScottCFR - 02.04.2010, 17:59
Re: Car help - by Thrarod - 02.04.2010, 18:44
Re: Car help - by ScottCFR - 02.04.2010, 20:07
Re: Car help - by ScottCFR - 02.04.2010, 23:26
Re: Car help - by Bomber - 03.04.2010, 00:22
Re: Car help - by adsy - 03.04.2010, 00:42

Forum Jump:


Users browsing this thread: 4 Guest(s)