Raised This Month: $ Target: $400
 0% 

Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011


Post New Thread Reply   
 
Thread Tools Display Modes
pvkii
Member
Join Date: Apr 2012
Old 09-03-2012 , 05:24   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #881

How about adding the ability to block sprays by steam-id? I don't want to remove each and every one of them manually, and it's always the same people who use inappropriate ones. I can't find a working plugin that supports spray blocking, would you mind adding this plz?
pvkii is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 09-03-2012 , 11:09   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #882

I'll make a proper post in the new plugin section later, but here's something I made about a while ago and use in our servers...

Commands are:
sm_banspray <player>
sm_unbanspray <player>
sm_banspraylist

It uses clientprefs and cookies to remember the bans. Also, you can use sm_settings to view the current status of the spray ban.

You'll need to either download the .smx file or compile yourself since the online compiler can't with the colors include. Or you could head over to http://www.sourcemodplugins.org/pages/smwebide/ and compile the .sp there

...:: TnT Edit ::...

Proper post here - https://forums.alliedmods.net/showthread.php?t=195096
__________________
View my Plugins | Donate

Last edited by TnTSCS; 09-03-2012 at 11:23.
TnTSCS is offline
pvkii
Member
Join Date: Apr 2012
Old 09-04-2012 , 03:58   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #883

Great, thank you!
pvkii is offline
jacek2144
Senior Member
Join Date: Jun 2011
Old 11-19-2012 , 15:48   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #884

Found a bug
When player looks at this place at this place in map koth_lakeside_event. He gets message "Sprayed By:".
http://cloud.steampowered.com/ugc/93...9E041419FAB4F/
Same things happens in my dropping money on death plugin i dont know reason.

Last edited by jacek2144; 11-19-2012 at 15:50.
jacek2144 is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 11-19-2012 , 18:22   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #885

I can venture a guess: It's because at that position in the map is the same type of "object" that a spray could be, so the plugin tries to show you who sprayed it, but because it isn't a spray, it has a NULL name...

Probably same thing with your money dropping plugin - money is probably the same object property as spray...
__________________
View my Plugins | Donate
TnTSCS is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 11-19-2012 , 23:19   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #886

Quote:
Originally Posted by TnTSCS View Post
I can venture a guess: It's because at that position in the map is the same type of "object" that a spray could be, so the plugin tries to show you who sprayed it, but because it isn't a spray, it has a NULL name...
This has happened in the middle of the ctf_2fort bridge basically forever. In fact, I'd guess it always happens at point [0, 0, 0] on the map, but I haven't actually tested that.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 11-24-2012 , 12:19   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #887

Quote:
Originally Posted by TheHardstyleBro View Post
PHP Code:
public showHudText(clientString:Sprayer[], String:SteamID[])
{
    
decl String:szText[250]; 
    
Format(szTextsizeof(szText), "Sprayer: %s\nSteamID: %s"SprayerSteamID); 
     
    new 
Handle:hBuffer StartMessageOne("KeyHintText"client); 
    
BfWriteByte(hBuffer1); 
    
BfWriteString(hBufferszText); 
    
EndMessage();  

Have fun ;)
It's possible because I got it too
Thanks, I'll have to try that.
__________________

*** *** ***
-My plugins-
St00ne is offline
pubhero
Veteran Member
Join Date: Aug 2012
Location: Central Europe
Old 01-07-2013 , 14:16   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #888

Hi.
For the owner.
Completely wrong, incomplete HU translation. Use wrong code page (UTF-8 without bom need for the hungarian lang against these characters: φόσőϊűαιν).
I repaired the basic version's hungarian translation. If you want, use that.
Br.
Attached Files
File Type: txt spraytracebasic.phrases.txt (17.2 KB, 82 views)

Last edited by pubhero; 01-07-2013 at 14:26.
pubhero is offline
sipster19
Senior Member
Join Date: Mar 2011
Old 01-07-2013 , 20:28   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #889

In the translations file, appropirate should be appropriate.
sipster19 is offline
iBradleyy
AlliedModders Donor
Join Date: Jan 2013
Old 01-24-2013 , 14:21   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #890

How do you make it so the hud doesn't popup and the sprays of left players are gone?
iBradleyy 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 12:15.


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