Raised This Month: $32 Target: $400
 8% 

[ANY] Profile Status v2.3.5 (08/02/2020)


Post New Thread Reply   
 
Thread Tools Display Modes
Desnox
Junior Member
Join Date: Oct 2019
Old 05-05-2020 , 14:33   Re: [ANY] Profile Status
Reply With Quote #21

It be cool if you added a txt file in addons/sourcemod/confings where you can just input players id to whitelist them and ad mysql support to save profiles so they can enter the server even when they switch to private profile

Last edited by Desnox; 05-05-2020 at 15:02.
Desnox is offline
SnowHP
Senior Member
Join Date: Sep 2016
Location: Porto, Portugal
Old 05-06-2020 , 06:31   Re: [ANY] Profile Status
Reply With Quote #22

Quote:
Originally Posted by ratawar View Post
To be able to do that first the plugin would have to have Private Profile detection capabilities, which at the moment doesn't.
Will definitely still look into the idea.
It would be great!
__________________
SnowHP is offline
ratawar
BANNED
Join Date: Dec 2017
Location: GB
Old 05-06-2020 , 16:09   Re: [ANY] Profile Status
Reply With Quote #23

Quote:
Originally Posted by Desnox View Post
It be cool if you added a txt file in addons/sourcemod/confings where you can just input players id to whitelist them and ad mysql support to save profiles so they can enter the server even when they switch to private profile
MySQL support is on the list, the rest are already existing features.
.
ratawar is offline
Send a message via ICQ to ratawar Send a message via AIM to ratawar Send a message via Yahoo to ratawar Send a message via Skype™ to ratawar
r3v
Senior Member
Join Date: Feb 2016
Location: Lithuania, Vilnius
Old 05-09-2020 , 01:10   Re: [ANY] Profile Status
Reply With Quote #24

Error Log:

PHP Code:
L 05/09/2020 08:06:52SourceMod error session started
L 05
/09/2020 08:06:52Info (map "de_dust2") (file "D:\Servers\mix\csgo\addons\sourcemod\logs\errors_20200509.log")
L 05/09/2020 08:06:52: [SMException reportedInvalid database Handle 0 (error4)
L 05/09/2020 08:06:52: [SMBlamingprofilestatus.smx
L 05
/09/2020 08:06:52: [SMCall stack trace:
L 05/09/2020 08:06:52: [SM]   [0Database.Query
L 05
/09/2020 08:06:52: [SM]   [1Line 200D:\Servers\mix\csgo\addons\sourcemod\scripting\profilestatus.sp::QueryDBForClient
L 05
/09/2020 08:06:52: [SM]   [2Line 698D:\Servers\mix\csgo\addons\sourcemod\scripting\profilestatus.sp::OnClientAuthorized
L 05
/09/2020 08:07:25Error log file session closed
CS:GO SRCDS Console:

PHP Code:
[PSDatabase connection to "storage-local" successful!
[
PSTables successfully created or were already created
Database.cfg:

PHP Code:
"storage-local"
{
    
"driver"            "sqlite"
    "database"        "sourcemod-local"

Plugin working, but everytime getting this error in logs...

Feature Request: Do with Steam Levels, please...

Last edited by r3v; 05-09-2020 at 08:35.
r3v is offline
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 05-11-2020 , 04:25   Re: [ANY] Profile Status
Reply With Quote #25

Quote:
Every time an update is pushed, you may have to delete your ProfileStatus.cfg file, as it doesn't get deleted or renewed automatically everytime a new cvar shows up in newer versions!
Take a look at the AutoExecConfig include. I wrote i because i was having the same problem
__________________

Last edited by Impact123; 05-11-2020 at 04:26.
Impact123 is offline
ratawar
BANNED
Join Date: Dec 2017
Location: GB
Old 05-11-2020 , 08:41   Re: [ANY] Profile Status
Reply With Quote #26

Quote:
Originally Posted by r3v View Post
Error Log:

PHP Code:
L 05/09/2020 08:06:52SourceMod error session started
L 05
/09/2020 08:06:52Info (map "de_dust2") (file "D:\Servers\mix\csgo\addons\sourcemod\logs\errors_20200509.log")
L 05/09/2020 08:06:52: [SMException reportedInvalid database Handle 0 (error4)
L 05/09/2020 08:06:52: [SMBlamingprofilestatus.smx
L 05
/09/2020 08:06:52: [SMCall stack trace:
L 05/09/2020 08:06:52: [SM]   [0Database.Query
L 05
/09/2020 08:06:52: [SM]   [1Line 200D:\Servers\mix\csgo\addons\sourcemod\scripting\profilestatus.sp::QueryDBForClient
L 05
/09/2020 08:06:52: [SM]   [2Line 698D:\Servers\mix\csgo\addons\sourcemod\scripting\profilestatus.sp::OnClientAuthorized
L 05
/09/2020 08:07:25Error log file session closed
CS:GO SRCDS Console:

PHP Code:
[PSDatabase connection to "storage-local" successful!
[
PSTables successfully created or were already created
Database.cfg:

PHP Code:
"storage-local"
{
    
"driver"            "sqlite"
    "database"        "sourcemod-local"

Plugin working, but everytime getting this error in logs...

Feature Request: Do with Steam Levels, please...
This exception happens but everything still works normally? What exactly triggers this exception?
As for the feature request will be definitely taken in consideration.

Quote:
Originally Posted by Impact123 View Post
Thanks a lot, will try it out!
ratawar is offline
Send a message via ICQ to ratawar Send a message via AIM to ratawar Send a message via Yahoo to ratawar Send a message via Skype™ to ratawar
ratawar
BANNED
Join Date: Dec 2017
Location: GB
Old 05-26-2020 , 22:22   Re: [ANY] Profile Status v2.2 (05/04/2020)
Reply With Quote #27

I apologize for the delay, as I'm preparing a huge revamp in code structure and multiple new features!
ratawar is offline
Send a message via ICQ to ratawar Send a message via AIM to ratawar Send a message via Yahoo to ratawar Send a message via Skype™ to ratawar
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 05-30-2020 , 10:24   Re: [ANY] Profile Status v2.2 (05/04/2020)
Reply With Quote #28

Quote:
Originally Posted by ratawar View Post
I apologize for the delay, as I'm preparing a huge revamp in code structure and multiple new features!
Any release date with these changes? I am looking to use the plugin, but I will wait for your update with the new features.
paulo_crash is offline
ratawar
BANNED
Join Date: Dec 2017
Location: GB
Old 05-30-2020 , 10:36   Re: [ANY] Profile Status v2.2 (05/04/2020)
Reply With Quote #29

Quote:
Originally Posted by paulo_crash View Post
Any release date with these changes? I am looking to use the plugin, but I will wait for your update with the new features.
Hopefully it'll be within next week. If you have any more suggestions for the plugin, now it would be a great time to make them!

Last edited by ratawar; 05-30-2020 at 10:36.
ratawar is offline
Send a message via ICQ to ratawar Send a message via AIM to ratawar Send a message via Yahoo to ratawar Send a message via Skype™ to ratawar
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 05-30-2020 , 10:37   Re: [ANY] Profile Status v2.2 (05/04/2020)
Reply With Quote #30

My suggestion would be to publish it on github. There's lot of benefits to it but it also allows people like paulo to view the progress
__________________
Impact123 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 19:12.


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