diff options
Diffstat (limited to 'gamemode/client/cl_inventory.lua')
| -rw-r--r-- | gamemode/client/cl_inventory.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gamemode/client/cl_inventory.lua b/gamemode/client/cl_inventory.lua index b806846..a40a5f8 100644 --- a/gamemode/client/cl_inventory.lua +++ b/gamemode/client/cl_inventory.lua @@ -7,6 +7,11 @@ print("Hello from cl_inventory.lua") ART.PrayerEquiped = ART.PrayerEquiped or { false,false,false,false } +net.Receive("equiphelpprayer",function() + print("equiphelp received client side!") + ART.PrayerEquiped[4] = "Noob Help" +end) + local lastpanel = lastpanel or 1 |
