Player.CrosshairDisable
From GMod Wiki
Function | |
Syntax | Player:CrosshairDisable( ) |
Description: | |
Hide the players crosshair. | |
Returns: | nil |
In Object: | Player |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.CrosshairDisable]Player.CrosshairDisable [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Disables the crosshair of every player in the server. |
---|---|
Used on | |
Code | for k,v in pairs(player.GetAll()) do v:CrosshairDisable() end |
Output | N/A |