Raised This Month: $32 Target: $400
 8% 

Show Keys (Version 1.1 - Updated 06.08.2011)


Post New Thread Reply   
 
Thread Tools Display Modes
clutchh
SourceMod Donor
Join Date: Feb 2008
Old 08-05-2011 , 15:00   Re: Show Keys (Version 1.0.3 - Updated 08.05.2011)
Reply With Quote #11

Also the lag.
clutchh is offline
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 08-05-2011 , 18:12   Re: Show Keys (Version 1.1 - Updated 06.08.2011)
Reply With Quote #12

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 View Post
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.
__________________
Peace-Maker is offline
InB
AlliedModders Donor
Join Date: Aug 2012
Location: Los Angeles
Old 09-16-2012 , 21:35   Re: Show Keys (Version 1.1 - Updated 06.08.2011)
Reply With Quote #13

Can someone please give me a modded version of this. that when a player joins it's already toggled on.
InB is offline
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 09-16-2012 , 21:41   Re: Show Keys (Version 1.1 - Updated 06.08.2011)
Reply With Quote #14

Quote:
Originally Posted by InB View Post
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.
__________________
Peace-Maker is offline
pubhero
Veteran Member
Join Date: Aug 2012
Location: Central Europe
Old 09-17-2012 , 00:11   Re: Show Keys (Version 1.1 - Updated 06.08.2011)
Reply With Quote #15

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?

Last edited by pubhero; 09-17-2012 at 00:17.
pubhero is offline
FaTony
Veteran Member
Join Date: Aug 2008
Old 09-17-2012 , 04:31   Re: Show Keys (Version 1.1 - Updated 06.08.2011)
Reply With Quote #16

Quote:
Originally Posted by pubhero View Post
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.
__________________
FaTony is offline
OWNSyouAll
Junior Member
Join Date: Dec 2012
Old 07-19-2013 , 01:23   Re: Show Keys (Version 1.1 - Updated 06.08.2011)
Reply With Quote #17

Is it possible to make the text bigger on the client side?
OWNSyouAll is offline
Krutte
New Member
Join Date: Nov 2013
Old 11-21-2013 , 09:22   Re: Show Keys (Version 1.1 - Updated 06.08.2011)
Reply With Quote #18

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
Krutte is offline
pikabooo
New Member
Join Date: Dec 2013
Old 12-18-2013 , 10:56   Re: Show Keys (Version 1.1 - Updated 06.08.2011)
Reply With Quote #19

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
pikabooo is offline
yuppicide
Member
Join Date: Dec 2013
Old 10-12-2014 , 16:20   Re: Show Keys (Version 1.1 - Updated 06.08.2011)
Reply With Quote #20

Does this work in CSGO? I installed it and nothing happened.
yuppicide 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 18:24.


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