23.06.2014, 13:33
I doubt the camera triggers this callback. Debug your code!
pawn Код:
if(weaponid == 43 && hittype == BULLET_HIT_TYPE_VEHICLE)
{
//vehicleid = hitid. Use hitid as vehicleid!
printf("vehicleid %i was photographed by playerid %i", hitid, playerid); // Check the console if this message pops up!
}