This repository was archived by the owner on May 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Register.Item
Matias Salas edited this page Dec 27, 2020
·
1 revision
Register.Item(Item, CB)This function creates an executable process when used.
| Argument | Type | Optional | Default Value | Explanation |
|---|---|---|---|---|
| Item | string | No | - | Item that can be usable |
| CB | function | No | - | Code when used |
Register.Item("item", function()
print("Item used")
end)Scripting Manual
Modules
Data
Config
Translation
Client Side
Events
Player:DeathDetection
Functions
Register.Clothes
Player.Shooting
Player.Running
Player.Driving
Player.ShowNotification
Server Side
Events
Player:DeathDetection
Functions
Register.Item
Player.Identifier
Player.Exists
Player.GetIdentity
Player.GetName
Player.GetSex
Player.GetGroup
Player.GetOccupation
Player.GetInventory
Player.GetSkin
Player.AddItem
Player.RemoveItem
Player.CanCarryItem
Player.HasItem
Player.AddWeapon
Player.RemoveWeapon
Player.AddWeaponAmmo
Player.RemoveWeaponAmmo
Player.HasWeapon
Player.CurrentWeight
Player.ShowNotification