Raised This Month: $7 Target: $400
 1% 

[TF2|API] Training Messsages


Post New Thread Reply   
 
Thread Tools Display Modes
Mr_panica
Senior Member
Join Date: Jan 2017
Location: Russia, Saint-Petersburg
Old 03-01-2021 , 09:35   Re: [TF2|API] Training Messsages
Reply With Quote #11

I couldn't find a compiled extension. Shouldn't it be?
(I am not good at compiling extensions)
__________________
Sorry for my English.
Mr_panica is offline
Mr_panica
Senior Member
Join Date: Jan 2017
Location: Russia, Saint-Petersburg
Old 03-01-2021 , 09:37   Re: [TF2|API] Training Messsages
Reply With Quote #12

I also got a unique crash after installing this plugin.
Is this crash related to your plugin?

https://crash.limetech.org/jojzuxtwsvk7

I also noticed that ~ 20% of players are disconnected from the server with the reason "Lost Connection" when changing the level.
The client's console says: "Server connection timed out."
__________________
Sorry for my English.

Last edited by Mr_panica; 03-01-2021 at 09:41.
Mr_panica is offline
arthurdead
Senior Member
Join Date: Jul 2013
Old 03-01-2021 , 09:51   Re: [TF2|API] Training Messsages
Reply With Quote #13

Quote:
Originally Posted by Mr_panica View Post
I couldn't find a compiled extension. Shouldn't it be?
(I am not good at compiling extensions)
no you need to compile it yourself

i attached a compiled version
Attached Files
File Type: so sendproxy.ext.2.tf2.so (1.93 MB, 39 views)
arthurdead is offline
arthurdead
Senior Member
Join Date: Jul 2013
Old 03-01-2021 , 09:53   Re: [TF2|API] Training Messsages
Reply With Quote #14

Quote:
Originally Posted by Mr_panica View Post
I also got a unique crash after installing this plugin.
Is this crash related to your plugin?

https://crash.limetech.org/jojzuxtwsvk7

I also noticed that ~ 20% of players are disconnected from the server with the reason "Lost Connection" when changing the level.
The client's console says: "Server connection timed out."
you are probably experiencing the same issue as Sreaper with the old sendproxy ext

he tried my fork and it seemed to work i think

Last edited by arthurdead; 03-01-2021 at 10:06.
arthurdead is offline
Mr_panica
Senior Member
Join Date: Jan 2017
Location: Russia, Saint-Petersburg
Old 03-01-2021 , 11:58   Re: [TF2|API] Training Messsages
Reply With Quote #15

HTML Code:
] sm_rcon sm plugins load trainingmsg
L 03/01/2021 - 19:54:51: [SM] Unable to load extension "sendproxy.ext": /lib/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /game/tf/addons/sourcemod/extensions/sendproxy.ext.2.tf2.so)
[SM] Plugin trainingmsg.smx failed to load: Required extension "SendProxy Manager" file("sendproxy.ext") not running.
HTML Code:
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// trainingmsg.sp
//
// E:\Desktop\player_join.phrases\trainingmsg.sp(141) : warning 203: symbol is never used: "value"
// E:\Desktop\player_join.phrases\trainingmsg.sp(160) : error 092: number of arguments does not match definition
// E:\Desktop\player_join.phrases\trainingmsg.sp(161) : error 092: number of arguments does not match definition
//
// 2 Errors.
//
// Compilation Time: 0,14 sec
// ----------------------------------------

Press enter to exit ...
__________________
Sorry for my English.
Mr_panica is offline
arthurdead
Senior Member
Join Date: Jul 2013
Old 03-01-2021 , 12:55   Re: [TF2|API] Training Messsages
Reply With Quote #16

Quote:
Originally Posted by Mr_panica View Post
HTML Code:
] sm_rcon sm plugins load trainingmsg
L 03/01/2021 - 19:54:51: [SM] Unable to load extension "sendproxy.ext": /lib/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /game/tf/addons/sourcemod/extensions/sendproxy.ext.2.tf2.so)
[SM] Plugin trainingmsg.smx failed to load: Required extension "SendProxy Manager" file("sendproxy.ext") not running.
HTML Code:
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// trainingmsg.sp
//
// E:\Desktop\player_join.phrases\trainingmsg.sp(141) : warning 203: symbol is never used: "value"
// E:\Desktop\player_join.phrases\trainingmsg.sp(160) : error 092: number of arguments does not match definition
// E:\Desktop\player_join.phrases\trainingmsg.sp(161) : error 092: number of arguments does not match definition
//
// 2 Errors.
//
// Compilation Time: 0,14 sec
// ----------------------------------------

Press enter to exit ...
unfortunately the linux version of your server is older then my pc so the ext doenst work

as for the plugin compile errors you need the include from the repo
https://github.com/arthurdead/sendpr.../sendproxy.inc

Last edited by arthurdead; 03-01-2021 at 12:57.
arthurdead is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 03-01-2021 , 12:57   Re: [TF2|API] Training Messsages
Reply With Quote #17

Nice! Good to see more work being put into sendproxy also.
Mitchell is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 03-02-2021 , 00:15   Re: [TF2|API] Training Messsages
Reply With Quote #18

Quote:
Originally Posted by Mr_panica View Post
I also got a unique crash after installing this plugin.
Is this crash related to your plugin?

https://crash.limetech.org/jojzuxtwsvk7

I also noticed that ~ 20% of players are disconnected from the server with the reason "Lost Connection" when changing the level.
The client's console says: "Server connection timed out."
In addition to switching to Arthur’s fork I also upgraded Sourcemod and Metamod to the latest versions which may have also been a factor in fixing things. I was using 1.9 before. Is your stuff up to date?
Sreaper is offline
Mr_panica
Senior Member
Join Date: Jan 2017
Location: Russia, Saint-Petersburg
Old 03-05-2021 , 15:52   Re: [TF2|API] Training Messsages
Reply With Quote #19

I noticed a strange thing, a training message is shown to me even if the message output does not meet the conditions.
For example, I have a condition that the training message is shown only to the living, or only to a certain player.
But sometimes it happens that the training message is shown to everyone.
But only the title is shown, no description.

Oh, and more.
Shows the last title that the player saw and who fulfilled the conditions in the code.
Otherwise, this will be shown instead of the title: % goal %.
__________________
Sorry for my English.

Last edited by Mr_panica; 03-05-2021 at 15:55.
Mr_panica is offline
arthurdead
Senior Member
Join Date: Jul 2013
Old 03-05-2021 , 16:05   Re: [TF2|API] Training Messsages
Reply With Quote #20

Quote:
Originally Posted by Mr_panica View Post
I noticed a strange thing, a training message is shown to me even if the message output does not meet the conditions.
For example, I have a condition that the training message is shown only to the living, or only to a certain player.
But sometimes it happens that the training message is shown to everyone.
But only the title is shown, no description.

Oh, and more.
Shows the last title that the player saw and who fulfilled the conditions in the code.
Otherwise, this will be shown instead of the title: % goal %.
did you call RemoveTrainingMessageFrom* properly

can you show your code via DM or here
arthurdead 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 04:27.


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