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

[CS:GO] Loser Slay Plus 0.37 [2015.11.05]


Post New Thread Reply   
 
Thread Tools Display Modes
bhunji
AlliedModders Donor
Join Date: Aug 2005
Old 01-22-2016 , 13:37   Re: [CS:GO] Loser Slay Plus 0.37 [2015.11.05]
Reply With Quote #11

Quote:
Originally Posted by Hunter6272 View Post
Nice , Btw is there a way to increase round end winner display as some effects take more time and they don't show or get time to kill players.
Example : Snow effect at round end.
I don't know how to increase round end time , so i will decrease snow effect timer
The round end time i know is 6.899995 sec.

Quote:
Originally Posted by Abusador View Post
How to desative rocket ?
Do you mean deactivate?
I will add that function on next update.
__________________
My plugins
Sorry for my bad English.
bhunji is offline
FallenNT
Member
Join Date: Feb 2013
Location: Russia
Old 11-05-2016 , 17:51   Re: [CS:GO] Loser Slay Plus 0.37 [2015.11.05]
Reply With Quote #12

Code:
plugin.sp(71) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk. 
plugin.sp(601) : warning 234: symbol "FindSendPropOffs" is marked as deprecated: Use FindSendPropInfo instead, or HasEntProp if you just want to check for existence.

Last edited by FallenNT; 11-05-2016 at 17:54.
FallenNT is offline
Send a message via ICQ to FallenNT
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 11-12-2016 , 14:48   Re: [CS:GO] Loser Slay Plus 0.37 [2015.11.05]
Reply With Quote #13

Quote:
Originally Posted by FallenNT View Post
Code:
plugin.sp(71) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk. 
plugin.sp(601) : warning 234: symbol "FindSendPropOffs" is marked as deprecated: Use FindSendPropInfo instead, or HasEntProp if you just want to check for existence.
Fixed.
Unofficial version 0.38
Attached Files
File Type: sp Get Plugin or Get Source (SDC_SlayLoser.sp - 121 views - 118.4 KB)
File Type: smx SDC_SlayLoser.smx (52.2 KB, 125 views)
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118

Last edited by rogeraabbccdd; 11-12-2016 at 14:48.
rogeraabbccdd is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 11-29-2016 , 06:57   Re: [CS:GO] Loser Slay Plus 0.37 [2015.11.05]
Reply With Quote #14

Unofficial Version 0.39
Fix when player sucide, plugin will not show correct name bug.
Attached Files
File Type: sp Get Plugin or Get Source (SDC_SlayLoser.sp - 111 views - 118.4 KB)
File Type: smx SDC_SlayLoser.smx (52.2 KB, 130 views)
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 12-11-2016 , 17:57   Re: [CS:GO] Loser Slay Plus 0.37 [2015.11.05]
Reply With Quote #15

Unofficial Version 0.40
Fix this bug.
PHP Code:
L 12/12/2016 06:52:07: [SMException reportedClient index 0 is invalid
L 12
/12/2016 06:52:07: [SMBlamingSDC_SlayLoser.smx
L 12
/12/2016 06:52:07: [SMCall stack trace:
L 12/12/2016 06:52:07: [SM]   [0IsClientInGame
L 12
/12/2016 06:52:07: [SM]   [1Line 2717D:\CSGODS\CSGO\csgo\addons\sourcemod\scripting\SDC_SlayLoser.sp::CommandListener2 
Attached Files
File Type: sp Get Plugin or Get Source (SDC_SlayLoser.sp - 164 views - 118.6 KB)
File Type: smx SDC_SlayLoser.smx (52.3 KB, 147 views)
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118

Last edited by rogeraabbccdd; 12-11-2016 at 17:58.
rogeraabbccdd is offline
nguyenbaodanh
AlliedModders Donor
Join Date: Jun 2007
Location: HCMC, Vietnam
Old 03-16-2017 , 13:20   Re: [CS:GO] Loser Slay Plus 0.37 [2015.11.05]
Reply With Quote #16

would be nice if someone add anti team kill feature to this one
__________________
nguyenbaodanh is offline
ichiballs
Member
Join Date: Oct 2016
Old 03-16-2017 , 18:52   Re: [CS:GO] Loser Slay Plus 0.37 [2015.11.05]
Reply With Quote #17

[SM] Exception reported: Language phrase "PunishName35220" not found
[SM] Blaming: SDC_SlayLoser.smx
[SM] Call stack trace:
[SM] [0] Format
[SM] [1] Line 2249, C:\SDC_SlayLoser.sp:repareMenu
[SM] [2] Line 2689, C:\SDC_SlayLoser.sp:refSet
ichiballs is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 03-16-2017 , 21:53   Re: [CS:GO] Loser Slay Plus 0.37 [2015.11.05]
Reply With Quote #18

Quote:
Originally Posted by ichiballs View Post
[SM] Exception reported: Language phrase "PunishName35220" not found
[SM] Blaming: SDC_SlayLoser.smx
[SM] Call stack trace:
[SM] [0] Format
[SM] [1] Line 2249, C:\SDC_SlayLoser.sp:repareMenu
[SM] [2] Line 2689, C:\SDC_SlayLoser.sp:refSet
I also have this problem, but I can't find this phrase in translation so I can't fix it.
(Maybe remove this from plugin?)

***EDIT***
I found it in translation file, I think this error is because there's a problem in line 2248 in sp.
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118

Last edited by rogeraabbccdd; 03-16-2017 at 23:33.
rogeraabbccdd is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 03-16-2017 , 21:58   Re: [CS:GO] Loser Slay Plus 0.37 [2015.11.05]
Reply With Quote #19

Quote:
Originally Posted by nguyenbaodanh View Post
would be nice if someone add anti team kill feature to this one
Anti team kill?
Can you give us more information?
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
nguyenbaodanh
AlliedModders Donor
Join Date: Jun 2007
Location: HCMC, Vietnam
Old 03-17-2017 , 04:30   Re: [CS:GO] Loser Slay Plus 0.37 [2015.11.05]
Reply With Quote #20

Quote:
Originally Posted by rogeraabbccdd View Post
Anti team kill?
Can you give us more information?
Well! it's will be like this anti-TK plugin but instead of giving those menu, it will be replace with this Loser slay so people can choose the way they want o punish his teammate that killed him.

I know we can use both plugins to have these kill effects but, would be better to combine 2 plugins into one. Beside, that Anti-tk plugin seems dead, have bugs and can cause server crash.
__________________

Last edited by nguyenbaodanh; 03-17-2017 at 04:30.
nguyenbaodanh 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 16:40.


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