IsPlayerCrosshairVisible: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Laxante101 (talk | contribs) No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
==Example== | ==Example== | ||
function aim() | |||
if isPlayerCrosshairVisible() then | |||
outputChatBox("succes, aim its true", 0, 255, 0) -- green text if is true | |||
else | |||
outputChatBox("erro, your aim is false", 255, 0, 0) -- red text if is false | |||
end | |||
end | |||
addCommandHandler("aim", aim) | |||
==See Also== | ==See Also== | ||
{{Client player functions}} | {{Client player functions}} |
Revision as of 21:34, 4 December 2024
Syntax
bool isPlayerCrosshairVisible()
Returns
Returns true if the player has the crosshair visible, false otherwise.
Example
function aim() if isPlayerCrosshairVisible() then outputChatBox("succes, aim its true", 0, 255, 0) -- green text if is true else outputChatBox("erro, your aim is false", 255, 0, 0) -- red text if is false end end addCommandHandler("aim", aim)
See Also
- getLocalPlayer
- getPlayerMapBoundingBox
- getPlayerMapOpacity
- isPlayerMapVisible
- resetBlurLevel
- isPlayerHudComponentVisible
- Shared
- getPlayerTeam
- getPlayerBlurLevel
- setPlayerBlurLevel
- getPlayerSerial
- forcePlayerMap
- getPlayerScriptDebugLevel
- getPlayerFromName
- getPlayerMoney
- getPlayerName
- getPlayerNametagColor
- getPlayerNametagText
- getPlayerPing
- getPlayerWantedLevel
- givePlayerMoney
- isPlayerMapForced
- isPlayerNametagShowing
- setPlayerHudComponentVisible
- setPlayerMoney
- setPlayerNametagColor
- setPlayerNametagShowing
- setPlayerNametagText
- takePlayerMoney
- countPlayersInTeam
- getPlayersInTeam
- isVoiceEnabled
- setControlState
- getControlState