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

[Interesting]Scoreboard


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
iNf1k
Junior Member
Join Date: Jul 2009
Old 03-25-2010 , 10:07   [Interesting]Scoreboard
Reply With Quote #1

I know that in scoreboard we can set VIP only to CT. But, what is this? 0_o
iNf1k is offline
iNf1k
Junior Member
Join Date: Jul 2009
Old 03-25-2010 , 11:55   Re: [Interesting]Scoreboard
Reply With Quote #2

up...
iNf1k is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 03-25-2010 , 12:12   Re: [Interesting]Scoreboard
Reply With Quote #3

i think that is a vip plugin, vip players get extra features in exchange for $. free guns, the scoreboard, ...

There are several VIP plugins on the forums here.
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
iNf1k
Junior Member
Join Date: Jul 2009
Old 03-25-2010 , 12:23   Re: [Interesting]Scoreboard
Reply With Quote #4

I know some VIP plugins. But, no one of them can set the VIP status to the terrorists.
iNf1k is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 03-25-2010 , 12:46   Re: [Interesting]Scoreboard
Reply With Quote #5

Quote:
Originally Posted by iNf1k View Post
up...
Don't bump until 2 weeks have passed since last post.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 03-25-2010 , 13:00   Re: [Interesting]Scoreboard
Reply With Quote #6

Great Steam little Friend ...

btw , test this

PHP Code:
#include <amxmodx>
#include <amxmisc>

new g_szVIPMap

public plugin_init()
{
    
register_plugin("Unknown Title""0.1""Unknown Author")
    
register_event("ResetHUD""ResetHUD""be")
    
    
}

public 
ResetHUD(id)
{
    
set_task(0.5"VIP"id 6910)
}

public 
VIP(TaskID)
{
    new 
id TaskID 6910
    
    
if (is_user_admin(id))
    {
        
message_begin(MSG_ALLget_user_msgid("ScoreAttrib"))
        
write_byte(id)
        
write_byte(4)
        
message_end()
    }
    
    return 
PLUGIN_HANDLED

__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 03-25-2010 , 13:51   Re: [Interesting]Scoreboard
Reply With Quote #7

Quote:
Originally Posted by iNf1k View Post
I know some VIP plugins. But, no one of them can set the VIP status to the terrorists.
Because it is not possible to show VIP in terrorists
__________________
xPaw is offline
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 03-25-2010 , 14:09   Re: [Interesting]Scoreboard
Reply With Quote #8

Try setting them to CT, do the VIP message for them, then try changing them back to Terrorist.
Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-25-2010 , 14:30   Re: [Interesting]Scoreboard
Reply With Quote #9

If you want to see VIP on the scoreBoard juste use ScoreAttrib event.

Something like :

Code:
message_begin( MSG_ONE, get_user_msgid( "ScoreAttrib" ), _, player ); write_byte( player ) write_byte( 1 << 2 ) message_end();

If you want to set a new VIP whatever the team, it's easy with Orpheu. But I'm not sure it's what you ask.
__________________
Arkshine is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 03-25-2010 , 14:35   Re: [Interesting]Scoreboard
Reply With Quote #10

Quote:
Originally Posted by Arkshine View Post
If you want to set a new VIP whatever the team, it's easy with Orpheu. But I'm not sure it's what you ask.
It's possible to see VIP in terrorists team ? We want it !
__________________
xPaw 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:27.


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