Raised This Month: $ Target: $400
 0% 

[ES] Poner VIP en el showscore a todos


  
 
 
Thread Tools Display Modes
Author Message
matiaslp
Senior Member
Join Date: Apr 2007
Old 10-16-2010 , 14:32   [ES] Poner VIP en el showscore a todos
#1

Buenas

Estuve leyendo y vi que solo es posible poner VIP en el showscore a los CTs

Queria saber si mediante orpheau alguien habia intentado

Gracias
matiaslp is offline
S34Qu4K3
Veteran Member
Join Date: Jan 2010
Location: Galicia
Old 10-16-2010 , 14:38   Re: [ES] Poner VIP en el showscore a todos
#2

cs_Set_user_vip es para setearselo a alguien, prueba a ver xD
__________________

- ASM2SMA: Experimental AMXX Assembly encoder

- Defuse Bar Fix

Quote:
Originally Posted by Arkshine
I DON'T WANT TO SEE NOOOOOOOOOOOOOOO AHHHHH. MY EYES ARE ALREADY HURT.
S34Qu4K3 is offline
matiaslp
Senior Member
Join Date: Apr 2007
Old 10-16-2010 , 15:22   Re: [ES] Poner VIP en el showscore a todos
#3

Eso funciona solo si sos ct, por eso preguntaba si se podia mediante orpheau a todos
matiaslp is offline
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 10-16-2010 , 15:38   Re: [ES] Poner VIP en el showscore a todos
#4

Orpheu se llama -.- , preguntale a Joaquim , el te va a saber responder.
__________________
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
Kiske
Veteran Member
Join Date: May 2009
Old 10-16-2010 , 15:40   Re: [ES] Poner VIP en el showscore a todos
#5

Tu mismo has preguntado en el Thread y ya te han respondido:

Quote:
Originally Posted by matiaslp View Post
Is it possible to set vip status un showscore even if it's terrorist?
Quote:
Originally Posted by Arkshine View Post
You don't need Orpheu, see ScoreAttrib message.
__________________

Kiske is offline
Send a message via Skype™ to Kiske
matiaslp
Senior Member
Join Date: Apr 2007
Old 10-16-2010 , 15:51   Re: [ES] Poner VIP en el showscore a todos
#6

Y como puedo setear ese atributo? Gracias!
matiaslp is offline
Kiske
Veteran Member
Join Date: May 2009
Old 10-16-2010 , 16:00   Re: [ES] Poner VIP en el showscore a todos
#7

Quote:
Originally Posted by matiaslp View Post
Y como puedo setear ese atributo? Gracias!
PHP Code:
message_beginMSG_BROADCASTget_user_msgid"ScoreAttrib" ) )
write_byteIndex )
write_byte)
message_end( ) 
__________________

Kiske is offline
Send a message via Skype™ to Kiske
g_often
Senior Member
Join Date: Jan 2010
Location: In your mind
Old 10-16-2010 , 16:06   Re: [ES] Poner VIP en el showscore a todos
#8

Probá asi

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

#define MESSAGE_VIP        (1<<2)

new g_MsgScoreAttrib;

public 
plugin_init()
{
    
register_plugin"Test""1.0""G_often" )
    
    
g_MsgScoreAttrib get_user_msgid("ScoreAttrib")

    
RegisterHamHam_Spawn"player""Fw_PlayerSpawn")
}

public 
Fw_PlayerSpawnid )
{
    
message_beginMSG_ALLg_MsgScoreAttrib )
    
write_byte(id)
    
write_byte(MESSAGE_VIP)
    
message_end()

O...

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

#define MESSAGE_VIP        (1<<2)

public plugin_init()
{
    
register_plugin"Test""1.0""G_often" )
    
    
register_messageget_user_msgid("ScoreAttrib"), "ScoreAttrib" );
}

public 
ScoreAttrib()
        
set_msg_arg_int2ARG_BYTEMESSAGE_VIP ); 
EDIT: Me ganó kiske -.-
__________________
Reality is wrong, dreams are for real.

Last edited by g_often; 10-16-2010 at 16:11.
g_often is offline
matiaslp
Senior Member
Join Date: Apr 2007
Old 10-16-2010 , 18:49   Re: [ES] Poner VIP en el showscore a todos
#9

Alguno lo probo? Si sos TT no anda lo de VIP

Gracias!
matiaslp is offline
nikhilgupta345
Veteran Member
Join Date: Aug 2009
Location: Virginia
Old 10-16-2010 , 19:12   Re: [ES] Poner VIP en el showscore a todos
#10

Pero este es para solo CT's. No es para T's. T's no pueden ver VIP en el scoreboard de CT's, solo CT's pueden.

Con orpheu, no se. Pero necesitas hacer un pregunta a joaquim.
__________________
Quote:
Originally Posted by DarkGod View Post
nikhilgupta generates his plugins using sheer awesome.
If you like my work, please
nikhilgupta345 is offline
Send a message via ICQ to nikhilgupta345 Send a message via Yahoo to nikhilgupta345
 



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 18:31.


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