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

pawn Код:
public OnVehicleDeath(vehicleid, killerid){
SetTimer("DV",2000,false);
return 1;
}

forward DV(vehicleid);
public DV(vehicleid)
{
DestroyVehicle(vehicleid);
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)