View Single Post
Author Message
toazron1
Senior Member
Join Date: Oct 2006
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 - 3129 views - 12.2 KB)
File Type: zip materials.zip (13.8 KB, 3162 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