Raised This Month: $32 Target: $400
 8% 

[TF2] Donator Recognition


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author
toazron1
Senior Member
Join Date: Oct 2006
Plugin ID:
1555
Plugin Version:
0.5
Plugin Category:
General Purpose
Plugin Game:
Team Fortress 2
Plugin Dependencies:
Servers with this Plugin:
3 
Plugin Description:
Give donators the recognition they deserve.
Old 03-25-2010 , 15:23   [TF2] Donator Recognition
Reply With Quote #1

This plugin gives donators the recognition they deserve on your server.

Thanks to Jindo for the basic $ sprite

Features
  • Shows a custom connection "tag" when a player joins the server (center hud)
  • Allows players to set their tag and change the color of their tag (donator menu)
  • Shows a sprite over their heads (ONLY at the end of the round)
  • Allows users to pick multiple sprites (or shut them off completely)
Setup
To add more sprites to the list you need to modify TOTAL_SPRITE_FILES and add the file name to the szSpriteFiles and szSpriteNames arrays.

Example:

PHP Code:
new const String:szSpriteNames[TOTAL_SPRITE_FILES][] =
{
    
"Money Sign",
    
"Money Sign / Cloud",
    
"NEW SPRITE LOL"
};

//NOTE: Path to the filename ONLY (vtf/vmt added in plugin)
new const String:szSpriteFiles[TOTAL_SPRITE_FILES][] = 
{
    
"materials/custom/$",
    
"materials/custom/donator2",
    
"PATH/TO/NEWSPRITE_WITHOUT_EXT"
}; 
Screenshot

(Click for a larger picture)
Note

The sprite only shows at the end of the round so it is not intrusive.
This plugin requires Basic Donator Interface.

This plugin is for TF2 only.

Previous downloads: 405
Attached Files
File Type: sp Get Plugin or Get Source (donator.recognition.tf2.sp - 3126 views - 12.2 KB)
File Type: zip materials.zip (13.8 KB, 3158 views)
__________________

Last edited by toazron1; 12-29-2010 at 12:10. Reason: Updated to 0.5
toazron1 is offline
Send a message via AIM to toazron1
 



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 22:04.


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