Skip to main content

helpNotify

exports["RiP-Notify"]:helpNotify(keybind, text) 

This function displays the help notify

Arguments

NameTypeOptionalExplenation
keybindStringNoKeybind for the interaction
textStringNoDescribing text for the interaction

Example

while true do
exports["RiP-Notify"]:helpNotify('E', 'Press ~E~ to interact')
Citizen.Wait(0)
end