CanUserTarget
Returns whether a user can target another user.
This is a helper function for CanAdminTarget.
native bool CanUserTarget(int client, int target)
Parameters
int client
Player's index.
int target
Target player's index.
Return Value
bool True if target is targettable by the player, false otherwise.Error
Invalid or unconnected player indexers.