Skip to content

Ignoring Players

<<bool> success> Aiming.IgnorePlayer(<Player> Player)
Sometimes, you do not want to target your friends so you can "ignore" them with this simple function:

Parameters

  • Player Player

    The player you want to ignore

Returns

  • bool success

    Returns false if already is being ignored

Source

Un-ignoring Players

<<bool> success> Aiming.UnIgnorePlayer(<Player> Player)
However, if they are getting on your nerves, you can revert that with this function:

Parameters

  • Player Player

    The player you want to un-ignore

Returns

  • bool success

    Returns false if already is being ignored

Source