Raised This Month: $ Target: $400
 0% 

How to hide this text?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
kiki33hun
Veteran Member
Join Date: Jul 2011
Location: Magyarország
Old 12-15-2011 , 14:38   How to hide this text?
Reply With Quote #1

How to hide this text?

__________________
kiki33hun is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 12-15-2011 , 14:39   Re: How to hide this text?
Reply With Quote #2

mp_playerid 2 (or 1, not sure).
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 12-15-2011 at 14:40.
ConnorMcLeod is offline
kiki33hun
Veteran Member
Join Date: Jul 2011
Location: Magyarország
Old 12-15-2011 , 14:40   Re: How to hide this text?
Reply With Quote #3

Scripting change, requie my plugin!
__________________
kiki33hun is offline
Xellath
Veteran Member
Join Date: Dec 2007
Location: Sweden
Old 12-15-2011 , 14:50   Re: How to hide this text?
Reply With Quote #4

Block or change StatusText.
__________________
Achievements API - a simple way for you to create your OWN custom achievements!
Xellath is offline
kiki33hun
Veteran Member
Join Date: Jul 2011
Location: Magyarország
Old 12-15-2011 , 14:53   Re: How to hide this text?
Reply With Quote #5

Please help :S
__________________
kiki33hun is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 12-15-2011 , 14:56   Re: How to hide this text?
Reply With Quote #6

Isn't that CSO? (because of the score thing at the top)

Quote:
Originally Posted by kiki33hun View Post
Please help :S
They are helping but you are not taking the advice. Also, this forum is for people who want to write the plugin themselves.
__________________

Last edited by fysiks; 12-15-2011 at 14:56.
fysiks is offline
Xellath
Veteran Member
Join Date: Dec 2007
Location: Sweden
Old 12-15-2011 , 14:56   Re: How to hide this text?
Reply With Quote #7

Quote:
Originally Posted by kiki33hun View Post
Please help :S
Quote:
Originally Posted by Xellath View Post
Block or change StatusText.
This is the Scripting Help board. I told you what you could do in order to achieve your goal; if you can't use the information I provided for you - post a request instead (in the Request section).
__________________
Achievements API - a simple way for you to create your OWN custom achievements!
Xellath is offline
kiki33hun
Veteran Member
Join Date: Jul 2011
Location: Magyarország
Old 12-15-2011 , 14:59   Re: How to hide this text?
Reply With Quote #8

PHP Code:
#include <amxmodx>

new g_blockstatus[33// set to true for someone

public plugin_init()
{
    
register_plugin("Status""Value""Sucks")
    
register_message(get_user_msgid("StatusValue"), "message_statusvalue")
}

public 
message_statusvalue()
{
    if (
get_msg_arg_int(1) == && g_blockstatus[get_msg_arg_int(2)])
    {
        
// Pretend the previous message never arrived
        
set_msg_arg_int(1get_msg_argtype(1), 1)
        
set_msg_arg_int(2get_msg_argtype(2), 0)
    }

Its working?
__________________
kiki33hun is offline
joshknifer
Veteran Member
Join Date: Jun 2011
Location: Denver, CO
Old 12-15-2011 , 15:01   Re: How to hide this text?
Reply With Quote #9

Looks like CSO...
__________________
joshknifer is offline
Send a message via Skype™ to joshknifer
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 12-16-2011 , 01:35   Re: How to hide this text?
Reply With Quote #10

Quote:
mp_playerid


serverToggles what information players see in the status bar
0 everyone: players see all names listed in the status bar (with appropriate
team colors)
1 team only: players only see names for their teammates and hostages in the
status bar
2 off: players do not see any names in the status bar (hostages included)
Just put mp_playerid 2 in server.cfg and don't install useless plugin !!!!
__________________
- 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 15:27.


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