Raised This Month: $ Target: $400
 0% 

video question


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Menethil
Senior Member
Join Date: Aug 2011
Old 11-28-2011 , 15:49   video question
Reply With Quote #1

Is posible to detect Software/OpenGl mode of a player?
How to get it ?

Last edited by Menethil; 11-28-2011 at 15:49.
Menethil is offline
Devil259
Veteran Member
Join Date: Dec 2009
Location: France (59)
Old 11-28-2011 , 18:48   Re: video question
Reply With Quote #2

Code:
#include <amxmodx> new const VERSION[] = "0.0.2" public plugin_init() {     register_plugin("No Software Mode", VERSION, "ConnorMcLeod") } public client_connect(id) {     query_client_cvar(id, "gl_clear", "Client_Cvar_Result") } public Client_Cvar_Result(id, const szCvar[], const szValue[]) {     if( szValue[0] == 'B' )     {         //software mode.     } }
Devil259 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:25.


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