OnVehicleDeath
#4

pawn Код:
new countDeadVehicles;

public OnVehicleDeath(vehicleid, killerid)
{
    countDeadVehicles ++;
    return 1;
}
This will add 1 to countDeadVehicles everytime a vehicle dies and you can show that in a td by using TextDrawSetString.
Reply


Messages In This Thread
OnVehicleDeath - by Visio - 03.08.2012, 07:35
Re: OnVehicleDeath - by Visio - 03.08.2012, 09:12
Re: OnVehicleDeath - by Visio - 03.08.2012, 16:02
Re: OnVehicleDeath - by [KHK]Khalid - 03.08.2012, 16:30
Re: OnVehicleDeath - by Visio - 03.08.2012, 17:38
Re: OnVehicleDeath - by [KHK]Khalid - 03.08.2012, 18:10
Re: OnVehicleDeath - by Visio - 03.08.2012, 19:18

Forum Jump:


Users browsing this thread: 1 Guest(s)