OnVehicleDeath
#6

Then turn it into a per-player variable:

pawn Код:
new countDeadVehicles[MAX_PLAYERS];
public OnVehicleDeath(vehicleid, killerid)
{
    countDeadVehicles[killerid] ++;
    return 1;
}
Will increase it for killerid.
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)