AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   SpecInfo (https://forums.alliedmods.net/showthread.php?t=55943)

Ram 09-10-2011 19:16

Re: SpecInfo
 
Quote:

Originally Posted by Ram (Post 1551587)
Will you tell me how to do this color specinfo plugin.

http://prikachi.com/images/835/3800835s.jpg

how to do it

STr!ker 10-02-2011 18:38

Re: SpecInfo
 
Quote:

Originally Posted by STr!ker (Post 1527760)
Can someone help me? I just want that the admins are hidden by default ;)

bumb

spitzer4354 10-08-2011 15:32

Re: SpecInfo
 
It works but when is spec somebody it shows ML_NOT_FOUND allt the time.

why ?

enjoi. 10-08-2011 15:38

Re: SpecInfo
 
Your missing the .txt

STr!ker 10-16-2011 10:56

Re: SpecInfo
 
I have tried to add this:
PHP Code:

public client_putinserver(id)
{
    if (!
is_user_bot(id))
    {
        
set_task (1.0"toggle_hide")
    }


but it donīt work. Can someone tell me a better way to do this?

chungsy 12-18-2011 06:52

Re: SpecInfo
 
does anybody know how to make it to spectator only?

wAyz 07-17-2012 09:21

Re: SpecInfo
 
1 Attachment(s)
I found a new bug in combination with uq_jumpstats v2.42. If I Spec my mates while longjumping, the ljstats disappear right after a milisecond. Any idea how to fix that? It must be involved with hud channels. I tried, but I couldn't fix it yet. But I know this bug is caused by SpecInfo.

EDIT: I fixed it. Whoever also have this problem here's the solution! Edit specinfo.sma like this:

Code:


       
Quote:

       
       
               
       
       

                       

                       
                                -> line 316
                       
                       

               

public clmsg( id )
{
...

-2 /*chan*/
...
}



       
Quote:

       
       
               
       
       

                       

                       
                                -> line 341
                       
                       

               

public clmsg( id )
{
...

2 /*chan*/
...
}



       
Quote:

       
       
               
       
       

                       

                       
                                -> line 373
                       
                       

               

public clmsg( id )
{
...

4 /*chan*/
...
}

Would be nice if u update this so people don't have to edit this manually.

Razvann. 07-18-2012 09:57

Re: SpecInfo
 
Very useful for DeathRun.
Good job.

POLLO 05-31-2013 22:27

Re: SpecInfo
 
Quote:

Originally Posted by ian.cammarata (Post 484967)
SpecInfo v1.3.1
Jan 05, 2008

AGPLv3 - "This is a new license; it is based on version 3 of the GNU General Public License (GNU GPLv3), but has an additional term to allow users who interact with the licensed software over a network to receive the source for that program." - http://www.fsf.org/agplv3-pr

Description:
This plugin displays a list of spectators currently viewing the live player.
This list is visible to the living player as well as other players currently
spectating that player. Also spectators can see which movement commands the live player is using.


See it in Action:
Use the following link to find a server that's running this plugin:
http://www.game-monitor.com/search.p...&type=variable


Commands:
say /speclist : Toggle viewing list of spectators.
say /speckeys : Toggle viewing keys of player you are spectating.
say /spechide : Immune admins toggle whether or not they're hidden from list.
say /showkeys : View your own keys on screen while alive.


Cvars (First value is default):
si_enabled <1|0> : Enables all plugin functionality.

si_list_enabled <1|0> : Enables spectator list.
si_keys_enabled <1|0> : Enables spectator key view.
si_list_default <1|0> : Default on/off state for spec list when a client joins.
si_keys_default <1|0> : Default on/off state for key view when a client joins.

si_immunity <0|1> : Enables admin immunity; Admins won't show on spec list.

si_msg_r <45|...> : HUD message red value.
si_msg_g <89|...> : HUD message green value.
si_msg_b <116|...> : HUD message blue value.


Notes:
Make sure you place the specinfo.txt file in addons\amxmodx\data\lang


Supported Languages:
English (100%)
Spanish (100%) - Thanks to Mely for checking these.
German (63%) - Thanks [s]killer for this translation.
Czech (100%) - Thanks to FuGi for this translation.


Change Log:
Key (+ added | - removed | c changed | f fixed)


v1.3.1 (Jan 5, 2008)
f: Eliminated a bug introduced in 1.3 as well as the occasional index out of bounds error it caused.

v1.3 (Nov 21, 2007)
+: Command "/showkeys" to view your own keys.
c: Minor code optimizations.

v1.2 (Jul 14, 2007)
+: Command "say /spechide" for immune to toggle hidden state.
c: Lots of code optimizations.
f: Always showing keys even when disabled.
f: Hud messaged getting messed up when too many names are on the list. (No seriously, for real this time.)

Hello how do I put that when entering users my server already them appear the keys on the display?

WhyThis 06-01-2013 14:28

Re: SpecInfo
 
Thanks a lot !!
that's what i was searching


All times are GMT -4. The time now is 09:24.

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