How to know where player aiming to another player coordinates?
#8

I don't need getplayerpos, i need to get a point.

Код:
public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ)
{
   if( hittype == BULLET_HIT_TYPE_PLAYER && hitid != INVALID_PLAYER_ID )
  {
// And what is fX,fY,fZ it'is a position get with GetPlayerPos ?
}
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)