Raised This Month: $51 Target: $400
 12% 

[CSGO] Case Opening(1.4.0b) UPDATED 20th feb. 2022


Post New Thread Reply   
 
Thread Tools Display Modes
kratoss1812
Senior Member
Join Date: May 2018
Location: România
Old 02-06-2022 , 14:10   Re: [CSGO] Case Opening(1.2.0b) DREAMS & NIGHTMARE Case Added. UPDATED 28th Jan. 2022
Reply With Quote #41

Quote:
Originally Posted by mihaigsm2003 View Post
i try to install but get error:
Code:
L 02/05/2022 - 22:43:30: [SM] Exception reported: Failed to create MySQL tables. Error: "near "AUTO_INCREMENT": syntax error".
L 02/05/2022 - 22:43:30: [SM] Blaming: csgo_case_opening.smx
L 02/05/2022 - 22:43:30: [SM] Call stack trace:
L 02/05/2022 - 22:43:30: [SM]   [0] SetFailState
L 02/05/2022 - 22:43:30: [SM]   [1] Line 24, inc/db.inc::CreateTables_SQLCallback
also database is empty
sqlite is not supported
__________________

Last edited by kratoss1812; 02-06-2022 at 14:10.
kratoss1812 is offline
ybgr111
Junior Member
Join Date: Mar 2015
Old 02-07-2022 , 07:15   Re: [CSGO] Case Opening(1.2.0b) DREAMS & NIGHTMARE Case Added. UPDATED 28th Jan. 2022
Reply With Quote #42

Hello, thanks for this great job. I find some bugs. Menu items may not be displayed correctly on "en" and "ru". I translated the menu into Russian. Our Slavic symbols bug even more often. Most often they are not added. Switching points can be missing but working. Displaying the number of credits, skins may also be displayed incorrectly.

sm_cases_price_multiplier - the variable applies only to skins. It does not multiply the cost- gloves and cases

Last edited by ybgr111; 02-07-2022 at 07:18.
ybgr111 is offline
ybgr111
Junior Member
Join Date: Mar 2015
Old 02-08-2022 , 15:33   Re: [CSGO] Case Opening(1.2.0b) DREAMS & NIGHTMARE Case Added. UPDATED 28th Jan. 2022
Reply With Quote #43

Today i find a new bug:
Code:
L 02/08/2022 - 22:10:30: SourceMod error session started
L 02/08/2022 - 22:10:30: Info (map "mg_nimafa_2_final_fix") (file "/home/csgoserver/serverfiles/csgo/addons/sourcemod/logs/errors_20220208.log")
L 02/08/2022 - 22:10:30: [weapons.smx] Update Player failed! query: "UPDATE cases_weapons SET knife_karambit_tag = 'ГорготрансфодрагонатРWHERE steamid = 'STEAM_1:0:236541981'" error: "near "STEAM_1": syntax error"
L 02/08/2022 - 22:21:02: Error log file session closed.
ybgr111 is offline
kratoss1812
Senior Member
Join Date: May 2018
Location: România
Old 02-16-2022 , 14:30   Re: [CSGO] Case Opening(1.2.0b) DREAMS & NIGHTMARE Case Added. UPDATED 28th Jan. 2022
Reply With Quote #44

Quote:
Originally Posted by ybgr111 View Post
Hello, thanks for this great job. I find some bugs. Menu items may not be displayed correctly on "en" and "ru". I translated the menu into Russian. Our Slavic symbols bug even more often. Most often they are not added. Switching points can be missing but working. Displaying the number of credits, skins may also be displayed incorrectly.

sm_cases_price_multiplier - the variable applies only to skins. It does not multiply the cost- gloves and cases
Hi, thanks for the nice words and the bug report. I fixed the issue with sm_cases_price_multiplier in the latest update. However, the thing related to slavic symbol is not related to my plugin. It looks more like a SM bug here.


..:: NEW UPDATE ::..
[-- See Change Log --]

DOWNLOAD THE LATEST VERSION

PHP Code:
 Fixed a bug when selecting a pattern.
 - 
Added sm_cases_price_multiplier_gloves
 
Added sm_cases_allow_quick_sell_gloves
 
Added sm_cases_new_players_default_balance 
__________________

Last edited by kratoss1812; 02-16-2022 at 14:31.
kratoss1812 is offline
kratoss1812
Senior Member
Join Date: May 2018
Location: România
Old 02-19-2022 , 17:26   Re: [CSGO] Case Opening(1.3.0b) UPDATED 20th feb. 2022
Reply With Quote #45

..:: NEW UPDATE ::..
[-- See Change Log --]

DOWNLOAD THE LATEST VERSION
__________________
kratoss1812 is offline
sojio12
New Member
Join Date: Jan 2022
Old 02-21-2022 , 20:17   Re: [CSGO] Case Opening(1.4.0b) UPDATED 20th feb. 2022
Reply With Quote #46

just need to check for a fake client.)
-----------------------------------------------------
L 02/22/2022 - 04:13:20: [SM] Exception reported: Client index 1 is a bot
L 02/22/2022 - 04:13:20: [SM] Blaming: shop.smx
L 02/22/2022 - 04:13:20: [SM] Call stack trace:
L 02/22/2022 - 04:13:20: [SM] [0] ThrowNativeError
L 02/22/2022 - 04:13:20: [SM] [1] Line 94, addons/sourcemod/scripting/shop/player_manager.sp:layerManager_SetClientCre dits
L 02/22/2022 - 04:13:20: [SM] [3] Shop_SetClientCredits
L 02/22/2022 - 04:13:20: [SM] [4] Line 103, inc/helpers.inc::SetBalance
L 02/22/2022 - 04:13:20: [SM] [5] Line 233, C:\Users\kRatoss\Desktop\Sourcemod Projects\Releases\Case-Opening\scripting\csgo_case_opening.sp::OnCli entCookiesCached

Quote:
public void OnClientCookiesCached(int iClient)
{
if(IsNewPlayer(iClient) && IsFakeClient(iClient) == false)
{
SetBalance(iClient, g_fDefaultBalance);
}
}

Last edited by sojio12; 02-21-2022 at 20:25.
sojio12 is offline
kratoss1812
Senior Member
Join Date: May 2018
Location: România
Old 02-22-2022 , 04:32   Re: [CSGO] Case Opening(1.4.0b) UPDATED 20th feb. 2022
Reply With Quote #47

Quote:
Originally Posted by sojio12 View Post
just need to check for a fake client.)
-----------------------------------------------------
L 02/22/2022 - 04:13:20: [SM] Exception reported: Client index 1 is a bot
L 02/22/2022 - 04:13:20: [SM] Blaming: shop.smx
L 02/22/2022 - 04:13:20: [SM] Call stack trace:
L 02/22/2022 - 04:13:20: [SM] [0] ThrowNativeError
L 02/22/2022 - 04:13:20: [SM] [1] Line 94, addons/sourcemod/scripting/shop/player_manager.sp:layerManager_SetClientCre dits
L 02/22/2022 - 04:13:20: [SM] [3] Shop_SetClientCredits
L 02/22/2022 - 04:13:20: [SM] [4] Line 103, inc/helpers.inc::SetBalance
L 02/22/2022 - 04:13:20: [SM] [5] Line 233, C:\Users\kRatoss\Desktop\Sourcemod Projects\Releases\Case-Opening\scripting\csgo_case_opening.sp::OnCli entCookiesCached
PRs are welcome
__________________
kratoss1812 is offline
ybgr111
Junior Member
Join Date: Mar 2015
Old 02-23-2022 , 14:52   Re: [CSGO] Case Opening(1.2.0b) DREAMS & NIGHTMARE Case Added. UPDATED 28th Jan. 2022
Reply With Quote #48

Quote:
Originally Posted by kratoss1812 View Post
Hi, thanks for the nice words and the bug report. I fixed the issue with sm_cases_price_multiplier in the latest update. However, the thing related to slavic symbol is not related to my plugin. It looks more like a SM bug here.


..:: NEW UPDATE ::..
[-- See Change Log --]

DOWNLOAD THE LATEST VERSION

PHP Code:
 Fixed a bug when selecting a pattern.
 - 
Added sm_cases_price_multiplier_gloves
 
Added sm_cases_allow_quick_sell_gloves
 
Added sm_cases_new_players_default_balance 
To demonstrate the problem, I translated the game into English and record a video. The problem is that the menu does not display items or other labels. I think the thing is that a certain number of characters are allocated for the menu. If the allowed value is exceeded, then a bug occurs. For Russian characters, the bug happens faster. That is, in order for the bug to happen, the length of Russian characters is shorter than the length of English characters. For example: in order for a bug to occur in English, you need to exceed 20 characters. To have a bug in Russian, you need to exceed 15 characters.

Video: https://youtu.be/PBsj1Geb6jg
ybgr111 is offline
kratoss1812
Senior Member
Join Date: May 2018
Location: România
Old 02-25-2022 , 14:29   Re: [CSGO] Case Opening(1.2.0b) DREAMS & NIGHTMARE Case Added. UPDATED 28th Jan. 2022
Reply With Quote #49

Quote:
Originally Posted by ybgr111 View Post
To demonstrate the problem, I translated the game into English and record a video. The problem is that the menu does not display items or other labels. I think the thing is that a certain number of characters are allocated for the menu. If the allowed value is exceeded, then a bug occurs. For Russian characters, the bug happens faster. That is, in order for the bug to happen, the length of Russian characters is shorter than the length of English characters. For example: in order for a bug to occur in English, you need to exceed 20 characters. To have a bug in Russian, you need to exceed 15 characters.

Video: https://youtu.be/PBsj1Geb6jg
there is a limit for the total amount of characters that can be displayed in a menu

i suggest stripping the "Knife" from "Huntsman Knife" to get some more avalabile characters. This can be easily be fixed from translations files by the users

PRs are welcome, thanks for the bug report.
__________________
kratoss1812 is offline
sojio12
New Member
Join Date: Jan 2022
Old 02-28-2022 , 02:31   Re: [CSGO] Case Opening(1.4.0b) UPDATED 20th feb. 2022
Reply With Quote #50

The skin.cfg file is missing a huge number of skins. Where can I find skin_index to add new skins?
sojio12 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:29.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode