why doesnt this code work? (reposted because of wrong section)
#3

pawn Код:
forward DV(vehicleid);
public DV(vehicleid)
{
  DestroyVehicle(vehicleid);
}

public OnVehicleDeath(vehicleid, killerid)
{
  SetTimerEx("DV", 5000, 0 "i", vehicleid);
  return 1;
}
Should do the trick.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)