SetTransferBoxVisible: Difference between revisions
Jump to navigation
Jump to search
(add setTransferBoxVisible) |
(No difference)
|
Revision as of 02:51, 5 January 2021
Determines whether or not the transferbox should appear to players.
Syntax
bool setTransferBoxVisible ( bool visible )
Required Arguments
- visible: The new visibility state.
Returns
Returns true if the visibility was set successfully, false otherwise.
Examples
Click to collapse [-]
ServerThis example creates a ped, rotates him, and makes him walk:
addEventHandler('onResourceStart', resourceRoot, function() setTransferBoxVisible(false) end)
Requirements
This template will be deleted.