AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   Show Keys (Version 1.1 - Updated 06.08.2011) (https://forums.alliedmods.net/showthread.php?t=141499)

clutchh 08-05-2011 15:00

Re: Show Keys (Version 1.0.3 - Updated 08.05.2011)
 
Also the lag. :3

Peace-Maker 08-05-2011 18:12

Re: Show Keys (Version 1.1 - Updated 06.08.2011)
 
Updated to version 1.1.

You're able to set the updatemode from ongameframe to timer based and specify the updaterate either. Mess with the convars listed in the first post to avoid server lag.

Quote:

Originally Posted by Vintagehunt (Post 1525092)
Hello, ive found out a weird problem or bug with this plugin. For some reason it does not show my jumps when i jump with mouse wheel up and mouse wheel down but it shows it when i press space. Ill link my specs so you can find out why it doesnt or just try to help me. And yes i play on a laptop and have a mouse pluged in. Thanks for any help or information i can be given to resolve this problem.

I assume using the mousewheel doesn't keep the +jump button pressed long enough to get registred by the plugin, since it's constantly flickering on and off. There's nothing i can fix here.

InB 09-16-2012 21:35

Re: Show Keys (Version 1.1 - Updated 06.08.2011)
 
Can someone please give me a modded version of this. that when a player joins it's already toggled on.

Peace-Maker 09-16-2012 21:41

Re: Show Keys (Version 1.1 - Updated 06.08.2011)
 
Quote:

Originally Posted by InB (Post 1800987)
Can someone please give me a modded version of this. that when a player joins it's already toggled on.

What's already toggled on? Showing your own keys or the keys of the player you're watching?

You can do that yourself easily.
Line 17:
PHP Code:

new bool:g_bShowOwnKeys[MAXPLAYERS+1] = {false,...};
new 
bool:g_bShowPlayerKeys[MAXPLAYERS+1] = {false,...}; 

to
PHP Code:

new bool:g_bShowOwnKeys[MAXPLAYERS+1] = {true,...};
new 
bool:g_bShowPlayerKeys[MAXPLAYERS+1] = {true,...}; 

and line 83:
PHP Code:

    g_bShowOwnKeys[client] = false;
    
g_bShowPlayerKeys[client] = false

to
PHP Code:

    g_bShowOwnKeys[client] = true;
    
g_bShowPlayerKeys[client] = true

You can leave one as "false", if you only want to enable one feature by default.

pubhero 09-17-2012 00:11

Re: Show Keys (Version 1.1 - Updated 06.08.2011)
 
Ummm.
This plugin can detect another keyboard buttons? Like the INS, DEL, and the four arrow buttons?
I need to detect only this six buttons. Is this possible?

FaTony 09-17-2012 04:31

Re: Show Keys (Version 1.1 - Updated 06.08.2011)
 
Quote:

Originally Posted by pubhero (Post 1801049)
Ummm.
This plugin can detect another keyboard buttons? Like the INS, DEL, and the four arrow buttons?
I need to detect only this six buttons. Is this possible?

No.

OWNSyouAll 07-19-2013 01:23

Re: Show Keys (Version 1.1 - Updated 06.08.2011)
 
Is it possible to make the text bigger on the client side?

Krutte 11-21-2013 09:22

Re: Show Keys (Version 1.1 - Updated 06.08.2011)
 
Great plugin!

I'm looking through the code for a way to move the keys closer to the center of the screen. Is that possible? If so, may I ask for some help?

Thanks

pikabooo 12-18-2013 10:56

Re: Show Keys (Version 1.1 - Updated 06.08.2011)
 
Hello , can anyone help me assist to install the plugin? i only want to use it to review demos and not to install on a server. really helpless

thanks in advance

yuppicide 10-12-2014 16:20

Re: Show Keys (Version 1.1 - Updated 06.08.2011)
 
Does this work in CSGO? I installed it and nothing happened.


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

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