Player aiming at oher player?
#3

PHP код:
public OnPlayerUpdate(playerid) {
    new 
targetplayer GetPlayerTargetPlayer(playerid);
    if(
GetPlayerTeam(targetplayer) == GetPlayerTeam(playerid) && targetplayer != INVALID_PLAYER_ID)
    {
        
GameTextForPlayer(playerid"~R~do not shoot at team-mates!"50003);
    }

Source: https://sampwiki.blast.hk/wiki/GetPlayerTargetPlayer

Second Source for actors: https://sampwiki.blast.hk/wiki/GetPlayerTargetActor
Reply


Messages In This Thread
Player aiming at oher player? - by ax1 - 24.08.2015, 16:13
Re: Player aiming at oher player? - by Emmet_ - 24.08.2015, 16:15
Re: Player aiming at oher player? - by J0sh... - 24.08.2015, 16:15

Forum Jump:


Users browsing this thread: 1 Guest(s)