Raised This Month: $ Target: $400
 0% 

Various Questions, mainly about commands..


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
mebbles
New Member
Join Date: Apr 2006
Old 04-17-2006 , 01:48   Various Questions, mainly about commands..
Reply With Quote #1

ok. i have a velocity server with amx mod x on it. here are some questions i have.. but i dont have a server console.. i can only change cvars and do commands in the game... because its a velocity server..

how do i turn on alltalk?
how do i turn off amx mod x for a scrim?
how do i exec cal.cfg if amx mod x is off?
how do i exec lo3.cfg if amx mod x is off?
how do i change gravity?
how do i make it so i can force commands on peoples clients ex. teleport, team players?

if u know ne of these answers.. please help!

mebbles
mebbles is offline
Goshik
Senior Member
Join Date: Apr 2006
Location: Vilnius
Old 04-17-2006 , 05:25  
Reply With Quote #2

Q: how do i turn on alltalk?
A: hud_saytext

Q: how do i turn off amx mod x for a scrim?
A: What do you mean here?

Q: how do i exec cal.cfg if amx mod x is off?
A: exec cal.cfg

Q: how do i exec lo3.cfg if amx mod x is off?
A: exec lo3.cfg

Q: how do i change gravity?
A: sv_gravity

Q: how do i make it so i can force commands on peoples clients ex. teleport, team players?
A: Client Exec, amx_teleportmenu, do you mean transfer players?
__________________
Check out my rock band Moondust!
http://www.youtube.com/moondustband
Goshik is offline
Send a message via Skype™ to Goshik
wouter
Senior Member
Join Date: Feb 2005
Location: Belgium
Old 04-17-2006 , 06:23  
Reply With Quote #3

Q: how do i turn on alltalk?(you mean with micro right?)
A: sv_alltalk

Q: how do i turn off amx mod x for a scrim?
A: rcon pause <plugin> - pause a loaded, running plugin
rcon unpause <plugin> - unpause a previously paused plugin
wouter is offline
FatalisDK
Senior Member
Join Date: Mar 2006
Location: bacon
Old 04-17-2006 , 10:17  
Reply With Quote #4

how do i turn on alltalk?
Code:
amx_cvar sv_alltalk 1
how do i turn off amx mod x for a scrim?
Code:
amx_off
how do i exec cal.cfg if amx mod x is off?
Code:
amx_rcon exec cal.cfg
how do i exec lo3.cfg if amx mod x is off?
Code:
amx_rcon exec lo3.cfg
how do i change gravity?
Code:
amx_cvar sv_gravity <amount>
how do i make it so i can force commands on peoples clients ex. teleport, team players?
Code:
amxmodmenu
__________________
FatalisDK is offline
wouter
Senior Member
Join Date: Feb 2005
Location: Belgium
Old 04-17-2006 , 13:04  
Reply With Quote #5

Quote:
Originally Posted by FatalisDK
how do i exec cal.cfg if amx mod x is off?
Code:
amx_rcon exec cal.cfg
amx is off => rcon_password <password>; rcon exec <file>
wouter 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 14:29.


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