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

[CSGO] Nade Tails


Post New Thread Reply   
 
Thread Tools Display Modes
WilliamDG
Junior Member
Join Date: Oct 2016
Location: Italy
Old 05-20-2017 , 13:12   Re: [CSGO] Nade Tails
Reply With Quote #61

Very nice and helpful plugin!!

Only a little thing, i can't change the "incendiary grenade color":

if i put this for example "sm_tails_inccolor "fuchsia" " nothing happen, the problem is that the inccolor take the color from this convar sm_tails_molotovcolor so both molotov and incendiary have always same color.

Can someone fix this? :O
WilliamDG is offline
khaimovmr
New Member
Join Date: Aug 2017
Old 08-23-2017 , 22:25   Re: [CSGO] Nade Tails
Reply With Quote #62

I've had a problem finding out how should config file (csgo/cfg/sourcemod/plugin.NadeTails.cfg) look like. So, if someone interested, here is a working example:
Code:
sm_tails_enabled 1
sm_tails_allowplayers 1
sm_tails_defaultalpha 200
sm_tails_defaulton 0
sm_tails_enablehetails 1
sm_tails_enableflashtails 1
sm_tails_enablesmoketails 1
sm_tails_enabledecoytails 1
sm_tails_enablemolotovtails 1
sm_tails_enableinctails 1
sm_tails_tailtime 20
sm_tails_tailfadetime 3
sm_tails_tailwidth 1

Last edited by khaimovmr; 08-23-2017 at 22:26.
khaimovmr is offline
EMINEM_FB
Senior Member
Join Date: Dec 2010
Location: Czech republic
Old 11-11-2017 , 16:01   Re: [CSGO] Nade Tails
Reply With Quote #63

Thanks boomix for added flag a on this plugin
Attached Files
File Type: sp Get Plugin or Get Source (NadeTails_vip.sp - 968 views - 11.0 KB)
File Type: smx NadeTails_vip.smx (9.2 KB, 389 views)
__________________
EMINEM_FB is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 01-09-2018 , 16:25   Re: [CSGO] Nade Tails
Reply With Quote #64

I am having errors in the server log, it follows the errors:
Quote:
L 01/09/2018 - 12:10:02: [SM] Exception reported: Array index is out of bounds
L 01/09/2018 - 12:10:02: [SM] Blaming: NadeTails.smx
L 01/09/2018 - 12:10:02: [SM] Call stack trace:
L 01/09/2018 - 12:10:02: [SM] [1] Line 337, /home/forums/content/files/2/4/8/3/8/6/133755.attach::OnEntitySpawned
L 01/09/2018 - 12:10:02: [SM] [3] DispatchSpawn
L 01/09/2018 - 12:10:02: [SM] [4] Line 234, E:\Dropbox\UEA\1PLUGINS JAIL COLA\throwingknives definitivo csgo\throwingknives.sp::CreateKnife
L 01/09/2018 - 12:10:02: [SM] Exception reported: Array index is out of bounds
L 01/09/2018 - 12:10:02: [SM] Blaming: NadeTails.smx
L 01/09/2018 - 12:10:02: [SM] Call stack trace:
L 01/09/2018 - 12:10:02: [SM] [1] Line 337, /home/forums/content/files/2/4/8/3/8/6/133755.attach::OnEntitySpawned
L 01/09/2018 - 12:10:02: [SM] [3] DispatchSpawn
L 01/09/2018 - 12:10:02: [SM] [4] Line 234, E:\Dropbox\UEA\1PLUGINS JAIL COLA\throwingknives definitivo csgo\throwingknives.sp::CreateKnife
L 01/09/2018 - 12:10:06: [SM] Exception reported: Array index is out of bounds
L 01/09/2018 - 12:10:06: [SM] Blaming: NadeTails.smx
L 01/09/2018 - 12:10:06: [SM] Call stack trace:
L 01/09/2018 - 12:10:06: [SM] [1] Line 337, /home/forums/content/files/2/4/8/3/8/6/133755.attach::OnEntitySpawned
L 01/09/2018 - 12:10:06: [SM] [3] DispatchSpawn
L 01/09/2018 - 12:10:06: [SM] [4] Line 234, E:\Dropbox\UEA\1PLUGINS JAIL COLA\throwingknives definitivo csgo\throwingknives.sp::CreateKnife
L 01/09/2018 - 12:10:17: [SM] Exception reported: Invalid edict (2892 - -1648096436)
L 01/09/2018 - 12:10:17: [SM] Blaming: NadeTails.smx
L 01/09/2018 - 12:10:17: [SM] Call stack trace:
L 01/09/2018 - 12:10:17: [SM] [0] GetEdictClassname
L 01/09/2018 - 12:10:17: [SM] [1] Line 334, /home/forums/content/files/2/4/8/3/8/6/133755.attach::OnEntitySpawned
It follows the complete error log, it contains more errors and others of the same plugin up.

Attachment 167763

Last edited by paulo_crash; 06-03-2020 at 13:39.
paulo_crash is offline
Z3noN
New Member
Join Date: Mar 2018
Old 03-08-2018 , 16:55   Re: [CSGO] Nade Tails
Reply With Quote #65

Quote:
Originally Posted by hadesownage View Post
Delete AutoExecConfig(true); from OnPluginStart

Fixed version (fixed cvars and no log error)
Hey, how can I disable tails via admin command? Couldn't manage it...
I I type g_TailTime 20 , the display time won't change also!
Any help how I can modify the settings? I also can't find any cfg files - I just dropped the file in the plugins folder...

Last edited by Z3noN; 03-08-2018 at 17:24.
Z3noN is offline
Jezis
AlliedModders Donor
Join Date: Jul 2016
Location: Czech Republic
Old 03-09-2018 , 15:20   Re: [CSGO] Nade Tails
Reply With Quote #66

Quote:
Originally Posted by Z3noN View Post
Hey, how can I disable tails via admin command? Couldn't manage it...
I I type g_TailTime 20 , the display time won't change also!
Any help how I can modify the settings? I also can't find any cfg files - I just dropped the file in the plugins folder...
I dont have any cfg either, so i had to put those cvars into server.cfg and it works.
__________________

Jezis is offline
Send a message via ICQ to Jezis
hoycieto
Senior Member
Join Date: Feb 2018
Old 03-10-2018 , 05:24   Re: [CSGO] Nade Tails
Reply With Quote #67

Quote:
Originally Posted by EMINEM_FB View Post
Thanks boomix for added flag a on this plugin
Is possible to add !tails command for on/off switch feature for player?
hoycieto is offline
vegeta1241
AlliedModders Donor
Join Date: Apr 2017
Location: Switzerland
Old 11-15-2018 , 21:05   Re: [CSGO] Nade Tails
Reply With Quote #68

Please fix it To run with throwing knife
vegeta1241 is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-21-2018 , 09:12   Re: [CSGO] Nade Tails
Reply With Quote #69

Quote:
Originally Posted by vegeta1241 View Post
Please fix it To run with throwing knife
I have the same problem...
paulo_crash is offline
vegeta1241
AlliedModders Donor
Join Date: Apr 2017
Location: Switzerland
Old 12-03-2018 , 10:43   Re: [CSGO] Nade Tails
Reply With Quote #70

your serv crash also sometimes with this errors ?
__________________
IDEAS-GAMING.COM SERVERS ON CSGO :

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

---------------------------------------------------------------------
My steam link
Donate !
vegeta1241 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 21:52.


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