31.10.2012, 08:24
Hi, why this callback:
OnVehicleDeath
Is not called when car explode him self? i have mean:
I spawn a lot of cars in one place, then them start explode but i don't get this message in console:
When i self explode car then all is well.
OnVehicleDeath
Is not called when car explode him self? i have mean:
I spawn a lot of cars in one place, then them start explode but i don't get this message in console:
Код:
public OnVehicleDeath( vehicleid, killerid ) { printf("%d", vehicleid ); }