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

[CS:GO/CS:S/L4D2] Useful Commands V6.3 ( UC )


Post New Thread Reply   
 
Thread Tools Display Modes
vegeta1241
AlliedModders Donor
Join Date: Apr 2017
Location: Switzerland
Old 12-10-2018 , 19:37   Re: [CS:GO/CS:S] Useful Commands V2.9
Reply With Quote #31

Very useful ! Nice plugin and Nice coder ! Plugin work without problems
__________________
IDEAS-GAMING.COM SERVERS ON CSGO :

- HIDE AND SEEK - SUPERHEROES
- BUNNY HOP
- KZ / CLIMB

---------------------------------------------------------------------
My steam link
Donate !
vegeta1241 is offline
eyal282
Veteran Member
Join Date: Aug 2011
Old 12-19-2018 , 13:59   Re: [CS:GO/CS:S] Useful Commands V2.9
Reply With Quote #32

Not finished but soon
Attached Files
File Type: sp Get Plugin or Get Source (UsefulCommands.sp - 208 views - 133.3 KB)
File Type: txt usefulcommands.phrases.txt (7.0 KB, 104 views)
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334

Last edited by eyal282; 01-05-2019 at 08:04.
eyal282 is offline
eyal282
Veteran Member
Join Date: Aug 2011
Old 01-01-2019 , 11:35   Re: [CS:GO/CS:S] Useful Commands V2.9
Reply With Quote #33

Below I attached a supposedly finished Useful Commands with translations, if someone is generous and can give it a test ride, I'd be glad. Report back all error logs generated by UC in "addons/sourcemod/logs/ErrorOfTodaysDate.log"

This also allows your server to transmit all important cvars to 3rd party trackers like gametracker.com ( now your server can be found with the cvar "sv_prime_accounts_only" )
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334

Last edited by eyal282; 01-03-2019 at 13:48.
eyal282 is offline
impossible_cc
Senior Member
Join Date: Sep 2018
Location: Ukraine
Old 01-02-2019 , 15:34   Re: [CS:GO/CS:S] Useful Commands V2.9
Reply With Quote #34

Plugin failed to compile!
5237, error 029. Invalid expression, assumed zero
impossible_cc is offline
impossible_cc
Senior Member
Join Date: Sep 2018
Location: Ukraine
Old 01-02-2019 , 15:41   Re: [CS:GO/CS:S] Useful Commands V2.9
Reply With Quote #35

I removed #ifdef #else, made it like this:
PHP Code:
stock ConVar:UC_CreateConVar(const String:name[], const String:defaultValue[], const String:description[]=""flags=0bool:hasMin=falseFloat:min=0.0bool:hasMax=falseFloat:max=0.0)
{
    return 
AutoExecConfig_CreateConVar(namedefaultValuedescriptionflagshasMinminhasMaxmax);
}

stock ConVar:AutoExecConfig_CreateConVar(const char[] name, const char[] defaultValue, const char[] description=""int flags=0bool hasMin=falsefloat min=0.0bool hasMax=falsefloat max=0.0)
{
    return 
CreateConVar(namedefaultValuedescriptionflagshasMinminhasMaxmax);

Now it can be compiled.
impossible_cc is offline
impossible_cc
Senior Member
Join Date: Sep 2018
Location: Ukraine
Old 01-02-2019 , 16:00   Re: [CS:GO/CS:S] Useful Commands V2.9
Reply With Quote #36

errors
PHP Code:
L 01/02/2019 23:51:50: [SMFatal error encountered parsing translation file "usefulcommands.phrases.txt"
L 01/02/2019 23:51:50: [SMError (line 380column 79): Line contained too many invalid tokens

L 01
/02/2019 23:52:41: [SMException reportedTranslation string formatted incorrectly missing at least 1 parameters (arg 5)
L 01/02/2019 23:52:41: [SMBlamingUsefulCommands.smx
L 01
/02/2019 23:52:41: [SMCall stack trace:
L 01/02/2019 23:52:41: [SM]   [0VFormat
L 01
/02/2019 23:52:41: [SM]   [1Line 5165C:\scripting\War3SourceP\UsefulCommands.sp::UC_ReplyToCommand
L 01
/02/2019 23:52:41: [SM]   [2Line 2902C:\scripting\War3SourceP\UsefulCommands.sp::Command_Blink
L 01
/02/2019 23:52:41: [SM]   [4FakeClientCommand
L 01
/02/2019 23:52:41: [SM]   [5Line 4231C:\scripting\War3SourceP\UsefulCommands.sp::UCMenu_Handler
L 01
/02/2019 23:52:46: [SMException reportedTranslation string formatted incorrectly missing at least 1 parameters (arg 5)
L 01/02/2019 23:52:46: [SMBlamingUsefulCommands.smx
L 01
/02/2019 23:52:46: [SMCall stack trace:
L 01/02/2019 23:52:46: [SM]   [0VFormat
L 01
/02/2019 23:52:46: [SM]   [1Line 5165C:\scripting\War3SourceP\UsefulCommands.sp::UC_ReplyToCommand
L 01
/02/2019 23:52:46: [SM]   [2Line 2902C:\scripting\War3SourceP\UsefulCommands.sp::Command_Blink
L 01
/02/2019 23:54:16: [SMException reportedLanguage phrase "Command Usage Amount" not found (arg 5)
L 01/02/2019 23:54:16: [SMBlamingUsefulCommands.smx
L 01
/02/2019 23:54:16: [SMCall stack trace:
L 01/02/2019 23:54:16: [SM]   [0VFormat
L 01
/02/2019 23:54:16: [SM]   [1Line 5165C:\scripting\War3SourceP\UsefulCommands.sp::UC_ReplyToCommand
L 01
/02/2019 23:54:16: [SM]   [2Line 3295C:\scripting\War3SourceP\UsefulCommands.sp::Command_Money
L 01
/02/2019 23:55:49: [SMException reportedLanguage phrase "Command Usage Amount" not found (arg 5)
L 01/02/2019 23:55:49: [SMBlamingUsefulCommands.smx
L 01
/02/2019 23:55:49: [SMCall stack trace:
L 01/02/2019 23:55:49: [SM]   [0VFormat
L 01
/02/2019 23:55:49: [SM]   [1Line 5165C:\scripting\War3SourceP\UsefulCommands.sp::UC_ReplyToCommand
L 01
/02/2019 23:55:49: [SM]   [2Line 3295C:\scripting\War3SourceP\UsefulCommands.sp::Command_Money
L 01
/02/2019 23:55:49: [SM]   [4FakeClientCommand
L 01
/02/2019 23:55:49: [SM]   [5Line 4231C:\scripting\War3SourceP\UsefulCommands.sp::UCMenu_Handler
L 01
/02/2019 23:55:55: [SMException reportedLanguage phrase "Command Wepstats Title" not found (arg 4)
L 01/02/2019 23:55:55: [SMBlamingUsefulCommands.smx
L 01
/02/2019 23:55:55: [SMCall stack trace:
L 01/02/2019 23:55:55: [SM]   [0SetMenuTitle
L 01
/02/2019 23:55:55: [SM]   [1Line 4068C:\scripting\War3SourceP\UsefulCommands.sp::Command_WepStats
L 01
/02/2019 23:55:55: [SM]   [3FakeClientCommand
L 01
/02/2019 23:55:55: [SM]   [4Line 4231C:\scripting\War3SourceP\UsefulCommands.sp::UCMenu_Handler
L 01
/02/2019 23:55:59: [SMException reportedLanguage phrase "Command Wepstats Title" not found (arg 4)
L 01/02/2019 23:55:59: [SMBlamingUsefulCommands.smx
L 01
/02/2019 23:55:59: [SMCall stack trace:
L 01/02/2019 23:55:59: [SM]   [0SetMenuTitle
L 01
/02/2019 23:55:59: [SM]   [1Line 4068C:\scripting\War3SourceP\UsefulCommands.sp::Command_WepStats
L 01
/02/2019 23:56:06: [SMException reportedLanguage phrase "Command Wepstats Title" not found (arg 4)
L 01/02/2019 23:56:06: [SMBlamingUsefulCommands.smx
L 01
/02/2019 23:56:06: [SMCall stack trace:
L 01/02/2019 23:56:06: [SM]   [0SetMenuTitle
L 01
/02/2019 23:56:06: [SM]   [1Line 4068C:\scripting\War3SourceP\UsefulCommands.sp::Command_WepStats
L 01
/02/2019 23:56:06: [SM]   [3FakeClientCommand
L 01
/02/2019 23:56:06: [SM]   [4Line 4231C:\scripting\War3SourceP\UsefulCommands.sp::UCMenu_Handler 
Looking forward to fixes!)
impossible_cc is offline
eyal282
Veteran Member
Join Date: Aug 2011
Old 01-03-2019 , 02:32   Re: [CS:GO/CS:S] Useful Commands V2.9
Reply With Quote #37

Quote:
Originally Posted by impossible_cc View Post
errors
PHP Code:
L 01/02/2019 23:51:50: [SMFatal error encountered parsing translation file "usefulcommands.phrases.txt"
L 01/02/2019 23:51:50: [SMError (line 380column 79): Line contained too many invalid tokens

L 01
/02/2019 23:52:41: [SMException reportedTranslation string formatted incorrectly missing at least 1 parameters (arg 5)
L 01/02/2019 23:52:41: [SMBlamingUsefulCommands.smx
L 01
/02/2019 23:52:41: [SMCall stack trace:
L 01/02/2019 23:52:41: [SM]   [0VFormat
L 01
/02/2019 23:52:41: [SM]   [1Line 5165C:\scripting\War3SourceP\UsefulCommands.sp::UC_ReplyToCommand
L 01
/02/2019 23:52:41: [SM]   [2Line 2902C:\scripting\War3SourceP\UsefulCommands.sp::Command_Blink
L 01
/02/2019 23:52:41: [SM]   [4FakeClientCommand
L 01
/02/2019 23:52:41: [SM]   [5Line 4231C:\scripting\War3SourceP\UsefulCommands.sp::UCMenu_Handler
L 01
/02/2019 23:52:46: [SMException reportedTranslation string formatted incorrectly missing at least 1 parameters (arg 5)
L 01/02/2019 23:52:46: [SMBlamingUsefulCommands.smx
L 01
/02/2019 23:52:46: [SMCall stack trace:
L 01/02/2019 23:52:46: [SM]   [0VFormat
L 01
/02/2019 23:52:46: [SM]   [1Line 5165C:\scripting\War3SourceP\UsefulCommands.sp::UC_ReplyToCommand
L 01
/02/2019 23:52:46: [SM]   [2Line 2902C:\scripting\War3SourceP\UsefulCommands.sp::Command_Blink
L 01
/02/2019 23:54:16: [SMException reportedLanguage phrase "Command Usage Amount" not found (arg 5)
L 01/02/2019 23:54:16: [SMBlamingUsefulCommands.smx
L 01
/02/2019 23:54:16: [SMCall stack trace:
L 01/02/2019 23:54:16: [SM]   [0VFormat
L 01
/02/2019 23:54:16: [SM]   [1Line 5165C:\scripting\War3SourceP\UsefulCommands.sp::UC_ReplyToCommand
L 01
/02/2019 23:54:16: [SM]   [2Line 3295C:\scripting\War3SourceP\UsefulCommands.sp::Command_Money
L 01
/02/2019 23:55:49: [SMException reportedLanguage phrase "Command Usage Amount" not found (arg 5)
L 01/02/2019 23:55:49: [SMBlamingUsefulCommands.smx
L 01
/02/2019 23:55:49: [SMCall stack trace:
L 01/02/2019 23:55:49: [SM]   [0VFormat
L 01
/02/2019 23:55:49: [SM]   [1Line 5165C:\scripting\War3SourceP\UsefulCommands.sp::UC_ReplyToCommand
L 01
/02/2019 23:55:49: [SM]   [2Line 3295C:\scripting\War3SourceP\UsefulCommands.sp::Command_Money
L 01
/02/2019 23:55:49: [SM]   [4FakeClientCommand
L 01
/02/2019 23:55:49: [SM]   [5Line 4231C:\scripting\War3SourceP\UsefulCommands.sp::UCMenu_Handler
L 01
/02/2019 23:55:55: [SMException reportedLanguage phrase "Command Wepstats Title" not found (arg 4)
L 01/02/2019 23:55:55: [SMBlamingUsefulCommands.smx
L 01
/02/2019 23:55:55: [SMCall stack trace:
L 01/02/2019 23:55:55: [SM]   [0SetMenuTitle
L 01
/02/2019 23:55:55: [SM]   [1Line 4068C:\scripting\War3SourceP\UsefulCommands.sp::Command_WepStats
L 01
/02/2019 23:55:55: [SM]   [3FakeClientCommand
L 01
/02/2019 23:55:55: [SM]   [4Line 4231C:\scripting\War3SourceP\UsefulCommands.sp::UCMenu_Handler
L 01
/02/2019 23:55:59: [SMException reportedLanguage phrase "Command Wepstats Title" not found (arg 4)
L 01/02/2019 23:55:59: [SMBlamingUsefulCommands.smx
L 01
/02/2019 23:55:59: [SMCall stack trace:
L 01/02/2019 23:55:59: [SM]   [0SetMenuTitle
L 01
/02/2019 23:55:59: [SM]   [1Line 4068C:\scripting\War3SourceP\UsefulCommands.sp::Command_WepStats
L 01
/02/2019 23:56:06: [SMException reportedLanguage phrase "Command Wepstats Title" not found (arg 4)
L 01/02/2019 23:56:06: [SMBlamingUsefulCommands.smx
L 01
/02/2019 23:56:06: [SMCall stack trace:
L 01/02/2019 23:56:06: [SM]   [0SetMenuTitle
L 01
/02/2019 23:56:06: [SM]   [1Line 4068C:\scripting\War3SourceP\UsefulCommands.sp::Command_WepStats
L 01
/02/2019 23:56:06: [SM]   [3FakeClientCommand
L 01
/02/2019 23:56:06: [SM]   [4Line 4231C:\scripting\War3SourceP\UsefulCommands.sp::UCMenu_Handler 
Looking forward to fixes!)
Will do in about 5+ hours.
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334
eyal282 is offline
eyal282
Veteran Member
Join Date: Aug 2011
Old 01-03-2019 , 13:49   Re: [CS:GO/CS:S] Useful Commands V2.9
Reply With Quote #38

Check now maybe

Edit: Check again maybe.

On top of that, tell me if CZ75A in !wepstats ( given you're CS:GO ) has some faulty statistics such as 100% damage dropoff or less than 100 units of one tap ( impossible basically )
Attached Files
File Type: txt usefulcommands.phrases.txt (10.1 KB, 78 views)
File Type: sp Get Plugin or Get Source (UsefulCommands.sp - 78 views - 137.7 KB)
File Type: smx UsefulCommands.smx (66.9 KB, 73 views)
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334

Last edited by eyal282; 01-05-2019 at 08:04.
eyal282 is offline
impossible_cc
Senior Member
Join Date: Sep 2018
Location: Ukraine
Old 01-03-2019 , 16:21   Re: [CS:GO/CS:S] Useful Commands V2.9
Reply With Quote #39

PHP Code:
L 01/04/2019 00:03:17: [SMBlamingUsefulCommands.smx
L 01
/04/2019 00:03:17: [SMCall stack trace:
L 01/04/2019 00:03:17: [SM]   [0Format
L 01
/04/2019 00:03:17: [SM]   [1Line 1427C:\scripting\War3SourceP\UsefulCommands_new.sp::ShowPartyModeMenu
L 01
/04/2019 00:03:17: [SM]   [2Line 1404C:\scripting\War3SourceP\UsefulCommands_new.sp::PartyModeCookieMenu_Handler
L 01
/04/2019 00:03:17: [SM]   [4ShowCookieMenu
L 01
/04/2019 00:03:17: [SM]   [5Line 160, /home/builds/sourcemod/linux-1.9/build/plugins/clientprefs.sp::Command_Settings
L 01
/04/2019 00:03:17: [SM]   [7FakeClientCommand
L 01
/04/2019 00:03:17: [SM]   [8Line 4233C:\scripting\War3SourceP\UsefulCommands_new.sp::UCMenu_Handler
L 01
/04/2019 00:03:21: [SMException reportedTranslation string formatted incorrectly missing at least 1 parameters (arg 5)
L 01/04/2019 00:03:21: [SMBlamingUsefulCommands.smx
L 01
/04/2019 00:03:21: [SMCall stack trace:
L 01/04/2019 00:03:21: [SM]   [0VFormat
L 01
/04/2019 00:03:21: [SM]   [1Line 5167C:\scripting\War3SourceP\UsefulCommands_new.sp::UC_ReplyToCommand
L 01
/04/2019 00:03:21: [SM]   [2Line 2904C:\scripting\War3SourceP\UsefulCommands_new.sp::Command_Blink
L 01
/04/2019 00:03:21: [SM]   [4FakeClientCommand
L 01
/04/2019 00:03:21: [SM]   [5Line 4233C:\scripting\War3SourceP\UsefulCommands_new.sp::UCMenu_Handler
L 01
/04/2019 00:03:27: [SMException reportedTranslation string formatted incorrectly missing at least 1 parameters (arg 5)
L 01/04/2019 00:03:27: [SMBlamingUsefulCommands.smx
L 01
/04/2019 00:03:27: [SMCall stack trace:
L 01/04/2019 00:03:27: [SM]   [0VFormat
L 01
/04/2019 00:03:27: [SM]   [1Line 5167C:\scripting\War3SourceP\UsefulCommands_new.sp::UC_ReplyToCommand
L 01
/04/2019 00:03:27: [SM]   [2Line 2904C:\scripting\War3SourceP\UsefulCommands_new.sp::Command_Blink


L 01
/04/2019 00:16:40: [SMBlamingUsefulCommands.smx
L 01
/04/2019 00:16:40: [SMCall stack trace:
L 01/04/2019 00:16:40: [SM]   [0VFormat
L 01
/04/2019 00:16:40: [SM]   [1Line 5167C:\scripting\War3SourceP\UsefulCommands_new.sp::UC_ReplyToCommand
L 01
/04/2019 00:16:40: [SM]   [2Line 2904C:\scripting\War3SourceP\UsefulCommands_new.sp::Command_Blink
L 01
/04/2019 00:16:40: [SM]   [4FakeClientCommand
L 01
/04/2019 00:16:40: [SM]   [5Line 4233C:\scripting\War3SourceP\UsefulCommands_new.sp::UCMenu_Handler 
impossible_cc is offline
eyal282
Veteran Member
Join Date: Aug 2011
Old 01-04-2019 , 13:06   Re: [CS:GO/CS:S] Useful Commands V2.9
Reply With Quote #40

Quote:
Originally Posted by impossible_cc View Post
PHP Code:
L 01/04/2019 00:03:17: [SMBlamingUsefulCommands.smx
L 01
/04/2019 00:03:17: [SMCall stack trace:
L 01/04/2019 00:03:17: [SM]   [0Format
L 01
/04/2019 00:03:17: [SM]   [1Line 1427C:\scripting\War3SourceP\UsefulCommands_new.sp::ShowPartyModeMenu
L 01
/04/2019 00:03:17: [SM]   [2Line 1404C:\scripting\War3SourceP\UsefulCommands_new.sp::PartyModeCookieMenu_Handler
L 01
/04/2019 00:03:17: [SM]   [4ShowCookieMenu
L 01
/04/2019 00:03:17: [SM]   [5Line 160, /home/builds/sourcemod/linux-1.9/build/plugins/clientprefs.sp::Command_Settings
L 01
/04/2019 00:03:17: [SM]   [7FakeClientCommand
L 01
/04/2019 00:03:17: [SM]   [8Line 4233C:\scripting\War3SourceP\UsefulCommands_new.sp::UCMenu_Handler
L 01
/04/2019 00:03:21: [SMException reportedTranslation string formatted incorrectly missing at least 1 parameters (arg 5)
L 01/04/2019 00:03:21: [SMBlamingUsefulCommands.smx
L 01
/04/2019 00:03:21: [SMCall stack trace:
L 01/04/2019 00:03:21: [SM]   [0VFormat
L 01
/04/2019 00:03:21: [SM]   [1Line 5167C:\scripting\War3SourceP\UsefulCommands_new.sp::UC_ReplyToCommand
L 01
/04/2019 00:03:21: [SM]   [2Line 2904C:\scripting\War3SourceP\UsefulCommands_new.sp::Command_Blink
L 01
/04/2019 00:03:21: [SM]   [4FakeClientCommand
L 01
/04/2019 00:03:21: [SM]   [5Line 4233C:\scripting\War3SourceP\UsefulCommands_new.sp::UCMenu_Handler
L 01
/04/2019 00:03:27: [SMException reportedTranslation string formatted incorrectly missing at least 1 parameters (arg 5)
L 01/04/2019 00:03:27: [SMBlamingUsefulCommands.smx
L 01
/04/2019 00:03:27: [SMCall stack trace:
L 01/04/2019 00:03:27: [SM]   [0VFormat
L 01
/04/2019 00:03:27: [SM]   [1Line 5167C:\scripting\War3SourceP\UsefulCommands_new.sp::UC_ReplyToCommand
L 01
/04/2019 00:03:27: [SM]   [2Line 2904C:\scripting\War3SourceP\UsefulCommands_new.sp::Command_Blink


L 01
/04/2019 00:16:40: [SMBlamingUsefulCommands.smx
L 01
/04/2019 00:16:40: [SMCall stack trace:
L 01/04/2019 00:16:40: [SM]   [0VFormat
L 01
/04/2019 00:16:40: [SM]   [1Line 5167C:\scripting\War3SourceP\UsefulCommands_new.sp::UC_ReplyToCommand
L 01
/04/2019 00:16:40: [SM]   [2Line 2904C:\scripting\War3SourceP\UsefulCommands_new.sp::Command_Blink
L 01
/04/2019 00:16:40: [SM]   [4FakeClientCommand
L 01
/04/2019 00:16:40: [SM]   [5Line 4233C:\scripting\War3SourceP\UsefulCommands_new.sp::UCMenu_Handler 


All bugs should be fixed. Give me the sign and I'll upload the amazing 3.0 version of the epic Useful Commands

Note: I changed the translation file name to Uppercase

Attached Files
File Type: sp Get Plugin or Get Source (UsefulCommands.sp - 85 views - 137.8 KB)
File Type: smx UsefulCommands.smx (66.9 KB, 84 views)
File Type: txt UsefulCommands.phrases.txt (10.1 KB, 83 views)
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334

Last edited by eyal282; 01-05-2019 at 08:05.
eyal282 is offline
Reply


Thread Tools
Display Modes

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 00:43.


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