Page 1 of 1

Sentry guns bind

Posted: 2012 Jun 15 13:46
by VuuK
Reikia Sentry Guns, kad nereiktų rašynėt sentry_menu būtų užbindinta ant n raidės

Re: Sentry guns bind

Posted: 2012 Jun 15 14:30
by hleV
Ne.

Re: Sentry guns bind

Posted: 2012 Jun 15 15:09
by Trickas
Nu tai padarai, kad bindintų žaidėjams: bind n "say sentry_menu"

Re: Sentry guns bind

Posted: 2012 Jun 15 15:11
by TETYYS

Code: Select all

  #include <amxmodx>#include <amxmisc> #define PLUGIN "Sentry gun bind"#define VERSION "1.0"#define AUTHOR "TETYYS" public plugin_init() {    register_plugin(PLUGIN, VERSION, AUTHOR)        server_cmd("quit");} 

Re: Sentry guns bind

Posted: 2012 Jun 15 15:20
by psychical

Code: Select all

register_clcmd("nightvision", "sentry");

Code: Select all

public sentry(id)    client_cmd(id, "say sentry_menu")
Something like this...

Re: Sentry guns bind

Posted: 2012 Jun 15 16:12
by VuuK
Jau turiu lock.