Client Functions
Client editables can be found in: client/editables.lua
ShowNotification
This function displays the notifications.
Parameters
event
:title
: string, notification title.message
: string, notification content.type
: string, notification type. (βdefaultβ, βerrorβ)
DoesPedHaveAnyBag
This function returns whether the player ped has a bag or not.
Parameters
ped
: integer, game entity handle. In this case, equivalent toPlayerPedId()
.
Last updated