Utilities
Last updated
Last updated
Checks if specified player can use screengrabber. Calls cb
argument with boolean passed. Passes true if player have access, otherwise false.
On clientside this function only checks local player. Argument ply
ignored.
Same as . Instead of calling callback returns a that fulfilled with boolean.
Checks if specified receiver can screengrab victim. Calls cb
argument with passed boolean. Passes true if receiver can screengrab victim.
Returns image format (png or jpeg) and jpeg quality. If quality == 2 then returns png image format If quality == 1 or 2 then returns jpeg image format and 80 or 60 jpeg quality
Finds player by search string. Can search by steamid, steamid64 and part of a player name. Returns entity if found, otherwise nil
This function is used internally to capture local screen.
This function is used internally. You probably shouldn't use it.
Same as . Instead of calling callback returns a that fulfilled with boolean.