Disable vehicle respawn
#2

Unsure if it will work, but try:

pawn Код:
public OnVehicleDeath(vehicleid, killerid)
{
    DestroyVehicle(vehicleid);
    return 1;
}
Reply


Messages In This Thread
Disable vehicle respawn - by baske007 - 02.08.2010, 22:04
Re: Disable vehicle respawn - by Conroy - 02.08.2010, 22:11
Re: Disable vehicle respawn - by baske007 - 03.08.2010, 11:49

Forum Jump:


Users browsing this thread: 1 Guest(s)