[Include] Aim
#5

Quote:
Originally Posted by Rajat_Pawar
Посмотреть сообщение
Cool, would be great if you added IsPlayerAimingAtPlayer :P So we can set timers and know the exact time of aiming. I can think of a 1000 uses for that !
PHP код:
stock IsPlayerAimingAtPlayer(playerid)
{
   if(
GetPlayerTargetPlayer(playerid) != INVALID_PLAYER_ID) return 1;
   return 
0;
}
stock IsPlayerAimingAtPlayer(playerid,aimedplayer)
{
   if(
GetPlayerTargetPlayer(playerid) == aimedplayer) return 1;
   return 
0;

Do you mean this?
Reply


Messages In This Thread
Aim - by SDraw - 13.03.2013, 15:45
Re: Aim - by Niko_boy - 13.03.2013, 15:52
Re: Aim - by SDraw - 13.03.2013, 15:55
Re: Aim - by RajatPawar - 13.03.2013, 15:59
Re: Aim - by SDraw - 13.03.2013, 17:10
Re: Aim - by DiGiTaL_AnGeL - 15.03.2013, 20:51
Re: Aim - by SDraw - 16.03.2013, 18:50
Re: Aim - by Rillo - 16.03.2013, 22:04
Re: Aim - by DiGiTaL_AnGeL - 17.03.2013, 08:51
Re: Aim - by SDraw - 17.03.2013, 09:28

Forum Jump:


Users browsing this thread: 1 Guest(s)