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

[Interesting]Scoreboard


Post New Thread Reply   
 
Thread Tools Display Modes
mart94
Junior Member
Join Date: Feb 2009
Old 03-26-2010 , 06:58   Re: [Interesting]Scoreboard
Reply With Quote #21

Using this in my server:

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Vip Status"
#define VERSION "1.0"
#define AUTHOR "Unknown"

#define VIP_LEVEL ADMIN_LEVEL_G

new vips[33]

public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_event("ResetHUD","resethud","be")
}

public 
client_putinserver(id)
{
    if(
access(id,VIP_LEVEL))
    {
        
vips[id] = true
    
}
}

public 
client_disconnect(id
{
    if( 
vips[id] )
    {
        
vips[id] = false
    
}
}

public 
resethud(id)
{
    if( 
vips[id] )
    {
        
set_user_scoreattrib(id,4)
    }
}

stock set_user_scoreattrib(id,attrib=0)
{
    
message_begin(2,get_user_msgid("ScoreAttrib"),{0,0,0},0);
    
write_byte(id);
    
write_byte(attrib);
    
message_end();

mart94 is offline
xXxOpOpxXx
Senior Member
Join Date: Aug 2007
Old 03-26-2010 , 08:42   Re: [Interesting]Scoreboard
Reply With Quote #22

dude not working ... normal ... it have to use orpheu because using this plugin only CT's see the VIP tags... if someone can do it using orpheu
__________________
xXxOpOpxXx is offline
Send a message via Skype™ to xXxOpOpxXx
iNf1k
Junior Member
Join Date: Jul 2009
Old 03-26-2010 , 11:55   Re: [Interesting]Scoreboard
Reply With Quote #23

@Arkshine:
Can you show some examples, how2 show VIP in scoreboard on Ter team with using Orpheu?
thanks.
iNf1k is offline
Re4per
Junior Member
Join Date: Aug 2012
Old 08-30-2012 , 14:39   Re: [Interesting]Scoreboard
Reply With Quote #24

Im really sorry for waking up this old topic, but i would really appreciate if someone would show a way to give VIP status in scoreboard for Terrorists with orpheu.

Last edited by Re4per; 08-30-2012 at 14:39.
Re4per is offline
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 08-30-2012 , 14:57   Re: [Interesting]Scoreboard
Reply With Quote #25

If you're a CT, you can see "VIP" for both CTs and Ts. If you're a T, you can't see "VIP" for nobody.
hleV is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 08-30-2012 , 15:20   Re: [Interesting]Scoreboard
Reply With Quote #26

Quote:
Originally Posted by hleV View Post
If you're a CT, you can see "VIP" for both CTs and Ts. If you're a T, you can't see "VIP" for nobody.
Exactly, orpheu not involved at all.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod 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 04:52.


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