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

Info Remove the players to change the map


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
logicmaster_19
Junior Member
Join Date: Aug 2010
Location: en tu casa o.o!
Old 01-21-2015 , 10:38   Info Remove the players to change the map
Reply With Quote #1

Hello, How can I block that does not leave the info of the players to switch maps.

in this picture I show you what I mean with the info:



Thanks in advance
__________________
el peor enemigo del hombre es el MIEDO!!
---------------------------------------
Vengo apoyar en lo que se!

Last edited by logicmaster_19; 01-21-2015 at 10:39.
logicmaster_19 is offline
Rirre
Veteran Member
Join Date: Nov 2006
Old 01-21-2015 , 10:41   Re: Info Remove the players to change the map
Reply With Quote #2

addons/amxmodx/configs/amxx.cfg
Change amx_show_activity value.
Rirre is offline
logicmaster_19
Junior Member
Join Date: Aug 2010
Location: en tu casa o.o!
Old 01-21-2015 , 10:46   Re: Info Remove the players to change the map
Reply With Quote #3

I meant to remove the panel player statistics.
__________________
el peor enemigo del hombre es el MIEDO!!
---------------------------------------
Vengo apoyar en lo que se!
logicmaster_19 is offline
Shiina.Mashiro
Senior Member
Join Date: Sep 2014
Location: Vietnam
Old 01-21-2015 , 10:49   Re: Info Remove the players to change the map
Reply With Quote #4

Quote:
Originally Posted by logicmaster_19 View Post
I meant to remove the panel player statistics.
I think this belong to the game engine or something like that
__________________
Shiina.Mashiro is offline
logicmaster_19
Junior Member
Join Date: Aug 2010
Location: en tu casa o.o!
Old 01-21-2015 , 10:58   Re: Info Remove the players to change the map
Reply With Quote #5

there will be another way to block it?
__________________
el peor enemigo del hombre es el MIEDO!!
---------------------------------------
Vengo apoyar en lo que se!
logicmaster_19 is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 01-21-2015 , 11:00   Re: Info Remove the players to change the map
Reply With Quote #6

ScoreBoard is client side, as you can't alter it you can't block it.
__________________
HamletEagle is offline
logicmaster_19
Junior Member
Join Date: Aug 2010
Location: en tu casa o.o!
Old 01-21-2015 , 11:05   Re: Info Remove the players to change the map
Reply With Quote #7

ok, thanks
__________________
el peor enemigo del hombre es el MIEDO!!
---------------------------------------
Vengo apoyar en lo que se!
logicmaster_19 is offline
devilicioux
Veteran Member
Join Date: Jun 2013
Location: Delhi,India
Old 01-22-2015 , 01:33   Re: Info Remove the players to change the map
Reply With Quote #8

Quote:
Originally Posted by HamletEagle View Post
ScoreBoard is client side, as you can't alter it you can't block it.
What if we hook +showscore and block it in ham/fakemeta prethink ?

PHP Code:
if( get_pdata_int(id246) & IN_SCORE )
{
          
// +showscores
          
return HAM_HANDLED

Shouldnt this work ? havent tried but you can surely try this out..
__________________
You keep bringing ANTICHRISTUS down .. He will rise again and kick asses !

#RespectList ANTICHRISTUS fysiks Bugsy

Most Common Errors You Can Encounter Every Now and Then
devilicioux is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 01-22-2015 , 10:02   Re: Info Remove the players to change the map
Reply With Quote #9

IN_SCORE can't be blocked.
__________________
HamletEagle is offline
jimaway
Heeeere's Jimmy!
Join Date: Jan 2009
Location: Estonia
Old 01-22-2015 , 18:42   Re: Info Remove the players to change the map
Reply With Quote #10

its only shown when the timelimit runs out. you could manually call changelevel before it happens so the scoreboard wont be shown
jimaway 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 08:27.


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