OnPlayerWeaponShot - by camera
#1

So, i trying make something when player shot by camera to car. But its not work, have to use GetPlayerCameraFrontVector or how another way?

Код:
	new hittedvehicleid = GetPlayerVehicleID(playerid);
	new Float:x, Float:y, Float:z;
	if(weaponid == 43)
	{
           if(hittype == hittedvehicle)
           {
               //here code not work
           }
	}
Reply


Messages In This Thread
OnPlayerWeaponShot - by camera - by cnoopers - 23.06.2014, 10:35
Re: OnPlayerWeaponShot - by camera - by RenovanZ - 23.06.2014, 10:40
Re: OnPlayerWeaponShot - by camera - by cnoopers - 23.06.2014, 11:05
Re: OnPlayerWeaponShot - by camera - by RedFusion - 23.06.2014, 11:16
Re: OnPlayerWeaponShot - by camera - by cnoopers - 23.06.2014, 11:32
Re: OnPlayerWeaponShot - by camera - by RedFusion - 23.06.2014, 13:33
Re: OnPlayerWeaponShot - by camera - by cnoopers - 23.06.2014, 14:47

Forum Jump:


Users browsing this thread: 1 Guest(s)