-
I have encountered an issue with the markup library where it just causes certain users game to fart (completely crashes them) when using a certain font. Keep in mind I haven't tested with other custom…
-
[ERROR] gamemodes/mafiarp/schema/sh_commands.lua:694: attempt to index a nil value
1. onChatAdd - gamemodes/mafiarp/schema/sh_commands.lua:694
2. unknown - gamemodes/nutscript/gamemode/core/lib…
-
Was told to post this in the GitHub so it didn't get lost in the discord.
To explain. Two servers I'm apart of are having the same issues with this error popping up, which causes pac3 to fail when …
-
I have no idea at this point, I am completely stuck with no idea what to do here, ive reinstalled the gamemode twice, ive deleted all my workshop content, Im not even editing files anymore and its sti…
-
So, this has been an issue for both me and my friend in modifying the 1.1 schema, and the problem we encounter only APPLYS to 1.1, as everything is roses in 1.0
pacoutfit just doesn't seem to work …
-
```
function PLUGIN:InventoryItemAdded(_, inventory, item)
local maxStacks = item.maxStacks
local stacks = item:GetData("stacks", 1)
if (stacks >= maxStacks) then return end
for _, v in pai…
-
When you press the button Use, note is not created.
```
[ERROR] gamemodes/hl2rp/plugins/notes/sh_plugin.lua:62: attempt to index global
'WRITINGDATA' (a nil value)
1. v - gamemodes/hl2rp/plugins/no…
-
[ERROR] gamemodes/nutscript/gamemode/core/libs/sh_item.lua:330: attempt to compare number with nil
1. callback - gamemodes/nutscript/gamemode/core/libs/sh_item.lua:330
2. query - gamemodes/nuts…
-
https://github.com/rebel1324/NutScript/blob/62dfb37cd155f3766d6ad6acf1bcdc3b3f493794/plugins/nshud/sh_plugin.lua#L44
from
`if (weapon.GetClass(weapon) ~= "weapon_slam" and clip > 0 or count > 0) t…
-
https://github.com/rebel1324/NutScript/blob/d92c761459d7495d7dec7c2837b3575513f8dd55/gamemode/core/libs/sv_database.lua#L361
This change in the column data type from INT(11) UNSIGNED to INT(12) bre…