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

[CS:GO] Player Trails (v1.1.0, 2016-11-04)


Post New Thread Reply   
 
Thread Tools Display Modes
MMZ_Kask
Member
Join Date: Jul 2015
Location: Atlanta, GA, USA
Old 09-23-2015 , 22:19   Re: [CS:GO] Player Trails (v1.0.0, 2015-09-06)
Reply With Quote #11

Cool plugin. Excited to see what the paid version looks like.

1 bug I've noticed is that some admins will randomly spawn with a trail. Not a huge deal.
MMZ_Kask is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 09-24-2015 , 00:33   Re: [CS:GO] Player Trails (v1.0.0, 2015-09-06)
Reply With Quote #12

Thank you for your interest and fully noted on the error, I'll investigate.
Maxximou5 is offline
MMZ_Kask
Member
Join Date: Jul 2015
Location: Atlanta, GA, USA
Old 09-24-2015 , 08:48   Re: [CS:GO] Player Trails (v1.0.0, 2015-09-06)
Reply With Quote #13

Quote:
This plugin auto-creates an autoexec file inside /csgo/cfg/sourcemod/playertrails.cfg
Also, the cfg it creates is trailcolors.cfg, not playertrails.cfg.
MMZ_Kask is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 09-27-2015 , 16:58   Re: [CS:GO] Player Trails (v1.0.1, 2015-09-27)
Reply With Quote #14

Update: v1.0.1
_____________________________________________

- Fixed: Non-admins getting trails if admin only was set to 1.
- Changed: Version name and autoexec name.

Link to download: https://github.com/Maxximou5/csgo-playertrails/releases
Link to first page: https://forums.alliedmods.net/showthread.php?t=271171
Maxximou5 is offline
Warr007
Junior Member
Join Date: Aug 2015
Old 09-28-2015 , 08:03   Re: [CS:GO] Player Trails (v1.0.1, 2015-09-27)
Reply With Quote #15

Is there anyway that i can change the flag from vote flag to another flag ?
Warr007 is offline
Send a message via AIM to Warr007 Send a message via Yahoo to Warr007 Send a message via Skype™ to Warr007
MMZ_Kask
Member
Join Date: Jul 2015
Location: Atlanta, GA, USA
Old 09-28-2015 , 09:11   Re: [CS:GO] Player Trails (v1.0.1, 2015-09-27)
Reply With Quote #16

Quote:
Originally Posted by Warr007 View Post
Is there anyway that i can change the flag from vote flag to another flag ?
Change lines 120 and 144 from ADMFLAG_VOTE to ADMFLAG_whateveryouwant and recompile.

PHP Code:
!(GetUserFlagBits(client) & ADMFLAG_VOTE
Different flags can be found here: https://sm.alliedmods.net/api/index....ad=file&id=28&

Last edited by MMZ_Kask; 09-28-2015 at 09:15.
MMZ_Kask is offline
FrostSurf
Member
Join Date: Oct 2014
Old 09-29-2015 , 01:18   Re: [CS:GO] Player Trails (v1.0.1, 2015-09-27)
Reply With Quote #17

I guess this is the same thing as the when you stop moving bug but if you disarm yourself so you dont have a knife (for surfing) your trail stops.

I just thought i would mention anyway
FrostSurf is offline
Prolifik
Junior Member
Join Date: Jan 2013
Location: Seattle
Old 10-01-2015 , 05:31   Re: [CS:GO] Player Trails (v1.0.1, 2015-09-27)
Reply With Quote #18

Quote:
Originally Posted by MMZ_Kask View Post
Change lines 120 and 144 from ADMFLAG_VOTE to ADMFLAG_whateveryouwant and recompile.

PHP Code:
!(GetUserFlagBits(client) & ADMFLAG_VOTE
Different flags can be found here: https://sm.alliedmods.net/api/index....ad=file&id=28&
Gave this a go and it didn't seem to work.
__________________
Prolifik is offline
MMZ_Kask
Member
Join Date: Jul 2015
Location: Atlanta, GA, USA
Old 10-01-2015 , 10:43   Re: [CS:GO] Player Trails (v1.0.1, 2015-09-27)
Reply With Quote #19

Quote:
Originally Posted by Prolifik View Post
Gave this a go and it didn't seem to work.
Ah, just tested it, had the same issue. Removing the root flag condition on 120 and 144 allows it to work fine:

PHP Code:
 || !(GetUserFlagBits(client) & ADMFLAG_ROOT

Last edited by MMZ_Kask; 10-01-2015 at 10:44.
MMZ_Kask is offline
Sw33T3R
AlliedModders Donor
Join Date: Mar 2014
Old 11-08-2015 , 09:31   Re: [CS:GO] Player Trails (v1.0.1, 2015-09-27)
Reply With Quote #20

sm_trail none doesn't work
When u choose trail example red in next round your trail is pink
Sw33T3R 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 07:06.


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