rebel1324 / NutScript

A free role-play framework for Garry's Mod.
http://nutscript.net
MIT License
66 stars 32 forks source link

Inventory not saving. #291

Closed tomasalves8 closed 5 years ago

tomasalves8 commented 5 years ago

Switched from 1.1 to 1.1 Beta, and inventories don't save.

SleepyMode commented 5 years ago

Any errors in console? Maybe anything to do with the database?

tomasalves8 commented 5 years ago

What should i look for in console?

SleepyMode commented 5 years ago

Anything suspicious.

tomasalves8 commented 5 years ago
SleepyMode commented 5 years ago

You need to wipe your database or use ALTER TABLE to add the column.

SleepyMode commented 5 years ago

https://github.com/rebel1324/NutScript/issues/281

tomasalves8 commented 5 years ago

What datatype for that colunm?

SleepyMode commented 5 years ago

Take a look at the database module.

tomasalves8 commented 5 years ago

Copy, Thx for the help

tomasalves8 commented 5 years ago

Fixed