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

Saber la config de 1 tecla


  
 
 
Thread Tools Display Modes
Stereo
Veteran Member
Join Date: Dec 2010
Old 06-16-2013 , 15:44   Re: Saber la config de 1 tecla
#11

Quote:
Originally Posted by Neeeeeeeeeel.- View Post
No se puede.
Stereo is offline
Roccoxx
AlliedModders Donor
Join Date: Jan 2012
Location: Argentina
Old 06-16-2013 , 16:17   Re: Saber la config de 1 tecla
#12

stereo:
destro en su zombie evil tiene que te kikea si apretas una tecla sospechosa.
__________________
Tutorials here (Spanish)

Like as another Pijudo said: "Tired and retired"

Last edited by Roccoxx; 06-16-2013 at 16:18.
Roccoxx is offline
Send a message via MSN to Roccoxx
sasske
Senior Member
Join Date: Nov 2012
Old 06-16-2013 , 16:47   Re: Saber la config de 1 tecla
#13

Quote:
Originally Posted by Roccoxx View Post
stereo:
destro en su zombie evil tiene que te kikea si apretas una tecla sospechosa.
Algo asi quiero hacer , nadie sabe como? :C
sasske is offline
Send a message via MSN to sasske
Stereo
Veteran Member
Join Date: Dec 2010
Old 06-16-2013 , 17:29   Re: Saber la config de 1 tecla
#14

Volvemos a lo mismo...
Quote:
Originally Posted by Stereo View Post
Mediante slowhack, pero no está permitido en este foro.
Stereo is offline
sasske
Senior Member
Join Date: Nov 2012
Old 06-16-2013 , 18:05   Re: Saber la config de 1 tecla
#15

Quote:
Originally Posted by Stereo View Post
Volvemos a lo mismo...
Pero me cago, quiero hacer un plugin anti cheat, el fin es mejorar el cs no cagarles el cs .-.
sasske is offline
Send a message via MSN to sasske
ChileScripting
BANNED
Join Date: Jan 2013
Old 06-16-2013 , 18:09   Re: Saber la config de 1 tecla
#16

No se puede hombre te dijo neeel.
ChileScripting is offline
Especialista
BANNED
Join Date: Mar 2013
Old 06-16-2013 , 18:23   Re: Saber la config de 1 tecla
#17

no creo que esto te ayude, pero solo estas cosas puedes ver si esta usando/apretando

em no creo que te sirva.

Code:
#define IN_ATTACK      (1<<0)
#define IN_JUMP   (1<<1)
#define IN_DUCK   (1<<2)
#define IN_FORWARD    (1<<3)
#define IN_BACK   (1<<4)
#define IN_USE      (1<<5)
#define IN_CANCEL      (1<<6)
#define IN_LEFT   (1<<7)
#define IN_RIGHT        (1<<8)
#define IN_MOVELEFT  (1<<9)
#define IN_MOVERIGHT        (1<<10)
#define IN_ATTACK2    (1<<11)
#define IN_RUN      (1<<12)
#define IN_RELOAD      (1<<13)
#define IN_ALT1   (1<<14)
#define IN_SCORE        (1<<15)
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <engine>

#define PLUGIN "Check Teclas"
#define VERSION "1.0"
#define AUTHOR "Especialista"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
}

public 
check_teclas(id)
{
    static 
botonboton get_user_button(id)
    
    if(
boton IN_USE)
    {
        
client_print(idprint_chat"Estas usando la tecla 'E'")
    }

Especialista is offline
Fuck_You
Senior Member
Join Date: Dec 2011
Location: return city[id];
Old 06-16-2013 , 18:26   Re: Saber la config de 1 tecla
#18

y para que un anticheat sí hay tantos en alliedmpdders?
__________________
Fuck_You is offline
Roccoxx
AlliedModders Donor
Join Date: Jan 2012
Location: Argentina
Old 06-16-2013 , 18:35   Re: Saber la config de 1 tecla
#19

Quote:
Originally Posted by Fuck_You View Post
y para que un anticheat sí hay tantos en alliedmpdders?
le quiere copiar a .destro-.
__________________
Tutorials here (Spanish)

Like as another Pijudo said: "Tired and retired"
Roccoxx is offline
Send a message via MSN to Roccoxx
Fuck_You
Senior Member
Join Date: Dec 2011
Location: return city[id];
Old 06-16-2013 , 18:38   Re: Saber la config de 1 tecla
#20

que tiene destro?? haber sí hago algo yo...
__________________
Fuck_You is offline
 



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 17:53.


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