05.07.2013, 07:06
Nice FS, but how about more than 1 bait-car? ^^
and
not
the bait-car would dissappear everytime when a car explodes ^^
and
pawn Code:
public OnVehicleDeath(vehicleid)
{
if(vehicleid==BC){
DestroyVehicle(BC);
return 1;
}
return 1;
}
pawn Code:
public OnVehicleDeath(vehicleid)
{
DestroyVehicle(BC);
return 1;
}