Raised This Month: $ Target: $400
 0% 

AllTalk


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Super Boy
BANNED
Join Date: Aug 2006
Location: Usa
Old 08-20-2006 , 00:31   AllTalk
Reply With Quote #1

Hey.
I have to instal plugin to turn the AllTalk on or off right ?
Or i can just type a commend in the console ?
Thank's.
Super Boy is offline
SweatyBanana
BANNED
Join Date: Sep 2005
Location: LOL
Old 08-20-2006 , 00:33   Re: {*AllTalk*}
Reply With Quote #2

amx_cvar sv_alltalk 1

in console that is.
SweatyBanana is offline
Send a message via AIM to SweatyBanana Send a message via Yahoo to SweatyBanana
Super Boy
BANNED
Join Date: Aug 2006
Location: Usa
Old 08-20-2006 , 00:35   Re: {*AllTalk*}
Reply With Quote #3

Ok.
Thank You Very Much.
Super Boy is offline
Super Boy
BANNED
Join Date: Aug 2006
Location: Usa
Old 08-20-2006 , 14:12   Help !
Reply With Quote #4

It didn't worked.
Are you sured i don't need plugin ?
Super Boy is offline
Silver Dragon
Veteran Member
Join Date: Jan 2005
Location: Chicago, Illinois
Old 08-20-2006 , 14:19   Re: {*AllTalk*}
Reply With Quote #5

Put sv_alltalk 1 in your server.cfg file.
__________________

Silver Dragon is offline
Send a message via AIM to Silver Dragon Send a message via MSN to Silver Dragon Send a message via Yahoo to Silver Dragon
Super Boy
BANNED
Join Date: Aug 2006
Location: Usa
Old 08-20-2006 , 14:22   Ddin't Wokrked
Reply With Quote #6

It didn't worked.
Do you ahve to type teh commend in in console to enable alltalk ?
Super Boy is offline
Silver Dragon
Veteran Member
Join Date: Jan 2005
Location: Chicago, Illinois
Old 08-20-2006 , 14:23   Re: {*AllTalk*}
Reply With Quote #7

There seems to be a problem with that.

You might as well get a plugin, thentype amx_alltalk 1
__________________

Silver Dragon is offline
Send a message via AIM to Silver Dragon Send a message via MSN to Silver Dragon Send a message via Yahoo to Silver Dragon
Egarim
Member
Join Date: Jul 2006
Location: TheWorld (but not this o
Old 08-20-2006 , 15:20   Re: AllTalk
Reply With Quote #8

Plugin Code Extracted from amx_super.
Succesfully Compiled Without Errors.
I take no credit, author is Bigballer.

Quote:
Originally Posted by bmann_420
* -) ADMIN ALLTALK 1.0 by BigBaller
Gives all talk
Code:
 
#include <amxmodx>

#define PLUGIN "All-Talk"
#define VERSION "1.0"
#define AUTHOR "Bigballer"

public plugin_init() {
 register_plugin(PLUGIN, VERSION, AUTHOR)
 register_concmd("amx_alltalk","admin_alltalk",ADMIN_LEVEL_A,"1|0 to enable and disable")
}
public admin_alltalk(id,level){
 if (!(get_user_flags(id)&level)){
  console_print(id,"[AMXX] You have no access to that command.")
  return PLUGIN_HANDLED
 }
 if (read_argc() < 2){
  new alltalk_cvar = get_cvar_num("sv_alltalk")
  console_print(id,"[AMXX] ^"sv_alltalk^" is ^"%i^"",alltalk_cvar)
  return PLUGIN_HANDLED
 }
 new alltalk[6]
 read_argv(1,alltalk,6)
 server_cmd("sv_alltalk %s",alltalk)
 new name[32]
 get_user_name(id,name,31)
 switch(get_cvar_num("amx_show_activity")){
  case 2: client_print(0,print_chat,"[AMXX] ADMIN %s: set sv_alltalk to %s",name,alltalk)
  case 1: client_print(0,print_chat,"[AMXX] ADMIN: set sv_alltalk to %s",alltalk)
 }
 log_amx("ADMIN ALLTALK - this command was issued by %s. Admin set sv_alltalk to %s",name,alltalk)
 return PLUGIN_HANDLED
}
Attached Files
File Type: sma Get Plugin or Get Source (amx_alltalk.sma - 787 views - 1.3 KB)
Egarim is offline
Super Boy
BANNED
Join Date: Aug 2006
Location: Usa
Old 08-20-2006 , 16:51   Re: AllTalk
Reply With Quote #9

Thank's
Super Boy 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 07:25.


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