helpNotify
exports["RiP-Notify"]:helpNotify(keybind, text)
This function displays the help notify
Arguments
Name | Type | Optional | Explenation |
---|---|---|---|
keybind | String | No | Keybind for the interaction |
text | String | No | Describing text for the interaction |
Example
while true do
exports["RiP-Notify"]:helpNotify('E', 'Press ~E~ to interact')
Citizen.Wait(0)
end