Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
[Blue's Decals] Couldn't include file 'includes\modules\mysqloo.lua' - File not found or is empty (@lua/autorun/cb-lib-sql.lua (line 17))
1. unknown - lua/autorun/cb-lib-sql.lua:17
2. pcall - [C]:-1
3. unknown - lua/autorun/cb-lib-sql.lua:16
[Blue's Decals] lua/autorun/cb-lib-sql.lua:24: attempt to index global 'CBLib' (a nil value)
1. unknown - lua/autorun/cb-lib-sql.lua:24
anyone know how to fix this
I hadnt really looked into the code of these too much as i didnt create them and it was working fine for me, but upon looking i noticed many errors, so for now, i have updated "cb-lib.lua" and "cb-lib-sql.lua" fixing both the issues you pointed out in the sql file and even more in the other!
I will continue to look over the code and continue to add grammatical and syntax corrections as i see them, hope this helps!
cb-lib.lua changes: https://www.diffchecker.com/Pxdc4M9c/
cb-lib-sql.lua changes: https://www.diffchecker.com/rVLCPKJW/
There's two bugs in the cb-lib-sql.lua file.
If you could fix that, that'd be great.
The bugs are located on line 20, you have one comma there that shouldn't be there.
And further down on line 23, you have no instead of not.
You can see the changes here: https://iili.io/2nw71Qs.png
I hope this helps!