[FilterScript] Bait-Car Prototype Version 2 (New Idea for CnR!)
#6

Nice FS, but how about more than 1 bait-car? ^^

and

pawn Code:
public OnVehicleDeath(vehicleid)
{
    if(vehicleid==BC){
        DestroyVehicle(BC);
        return 1;
    }
    return 1;
}
not

pawn Code:
public OnVehicleDeath(vehicleid)
{
     DestroyVehicle(BC);
     return 1;
}
the bait-car would dissappear everytime when a car explodes ^^
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)