FuhQuake Forum Index FuhQuake
https://fuhquake.net
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

msg_trigger f_system
Goto page 1, 2  Next
 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    FuhQuake Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
Shogun



Joined: 04 Oct 2002
Posts: 86
Location: Maringá-PR Brazil

PostPosted: Sun Jan 19, 2003 9:24 am    Post subject: msg_trigger f_system Reply with quote

Code:
alias  f_system "say 256 MB, Intel (R) Pentium (R) 4 CPU 1.60GHz 1600MHz, GeForce 2 MX/AGP/SSE2"
msg_trigger  f_system "f_system" -l 3


Doesn't Work

Code:
alias  f_system "say 256 MB, Intel (R) Pentium (R) 4 CPU 1.60GHz 1600MHz, GeForce 2 MX/AGP/SSE2"
msg_trigger  f_system "f_sys" -l 3

When I say:
f_sys ->OK
f_syste ->OK
f_system -> Doesn't work
f_systen ->OK
f_systenfoo ->OK
f_systemfoo -> Doesn't work

I'm using fuhquake 0.26 gl
I think its a bug
Back to top
View user's profile Send private message Visit poster's website
fuh
Almighty King


Joined: 07 Sep 2002
Posts: 2086

PostPosted: Sun Jan 19, 2003 4:51 pm    Post subject: Reply with quote

it's not a bug. msg_triggers are disabled for f_system (and other proxy replies) in zquake (hence fuhquake). I personally don't know why f_system is disabled since it's not used for anti-cheating. Maybe it's used to see if your system is vulnerable to the uptime bug that causes > 100% speed? Ask tonik Smile
Back to top
View user's profile Send private message Send e-mail Visit poster's website
void



Joined: 20 Feb 2003
Posts: 54
Location: [email protected]

PostPosted: Tue Apr 01, 2003 12:49 am    Post subject: Reply with quote

with that code if someone type f_system your fuhquake answer ?
_________________
bob marley wrote:
Why have green eyes if the red of my eyes coming from the nature green ?


void wrote:
Why drink and drive if you can smoke and fly ?
Back to top
View user's profile Send private message Visit poster's website
anger



Joined: 18 Jan 2003
Posts: 25
Location: Brazil

PostPosted: Tue Apr 01, 2003 4:20 am    Post subject: Reply with quote

shogunato , faz uma parada dessas pra responder "using advanced cheats" quando derem "f_cheat"

heh =)
Back to top
View user's profile Send private message Send e-mail Visit poster's website
void



Joined: 20 Feb 2003
Posts: 54
Location: [email protected]

PostPosted: Tue Apr 01, 2003 10:16 am    Post subject: Reply with quote

Shogunato, como faço pra quando alguem digitar f_algo eu responder uma msg ?
_________________
bob marley wrote:
Why have green eyes if the red of my eyes coming from the nature green ?


void wrote:
Why drink and drive if you can smoke and fly ?
Back to top
View user's profile Send private message Visit poster's website
br-jediknight-br



Joined: 09 Nov 2002
Posts: 193
Location: João Pessoa - PB - Brasil

PostPosted: Tue Apr 01, 2003 10:25 am    Post subject: Reply with quote

void wrote:
Shogunato, como faço pra quando alguem digitar f_algo eu responder uma msg ?


pelo q fuh falou num dah pra fazer isso
_________________
and "I'll see you on the dark side of the moon." - Pink Floyd
Back to top
View user's profile Send private message Send e-mail
void



Joined: 20 Feb 2003
Posts: 54
Location: [email protected]

PostPosted: Fri Apr 04, 2003 12:19 pm    Post subject: Reply with quote

br-jediknight-br wrote:
void wrote:
Shogunato, como faço pra quando alguem digitar f_algo eu responder uma msg ?


pelo q fuh falou num dah pra fazer isso


Eu fiz, só que fico suxor.

Eu digito f_mouse, dai fica igual o f_modified, só aparece a resposta no console. Queria que quando eu digitasse f_mouse aparecesse o f_mouse e a resposta, e quando alguem digitasse só aparecesse a resposta.
_________________
bob marley wrote:
Why have green eyes if the red of my eyes coming from the nature green ?


void wrote:
Why drink and drive if you can smoke and fly ?
Back to top
View user's profile Send private message Visit poster's website
br-jediknight-br



Joined: 09 Nov 2002
Posts: 193
Location: João Pessoa - PB - Brasil

PostPosted: Sat Apr 05, 2003 1:41 pm    Post subject: Reply with quote

num entendi bem o q vc quer void mas tenta isso.

Code:
msg_trigger mouse "f_mouse" -l 3
alias  mouse "say seu_mouse"


num sei se o level eh esse mesmo, mas tenta aih
_________________
and "I'll see you on the dark side of the moon." - Pink Floyd
Back to top
View user's profile Send private message Send e-mail
void



Joined: 20 Feb 2003
Posts: 54
Location: [email protected]

PostPosted: Sat Apr 05, 2003 4:02 pm    Post subject: Reply with quote

br-jediknight-br wrote:
num entendi bem o q vc quer void mas tenta isso.

Code:
msg_trigger mouse "f_mouse" -l 3
alias  mouse "say seu_mouse"


num sei se o level eh esse mesmo, mas tenta aih


é cara mais quero que quando eu digite f_mouse eu tambem digite no console f_mouse.
_________________
bob marley wrote:
Why have green eyes if the red of my eyes coming from the nature green ?


void wrote:
Why drink and drive if you can smoke and fly ?
Back to top
View user's profile Send private message Visit poster's website
oldman



Joined: 10 Sep 2002
Posts: 636

PostPosted: Sat Apr 05, 2003 11:27 pm    Post subject: Reply with quote

use moo.dll and add proper f_system? :P
Back to top
View user's profile Send private message MSN Messenger
anger



Joined: 18 Jan 2003
Posts: 25
Location: Brazil

PostPosted: Sun Apr 06, 2003 3:15 am    Post subject: Reply with quote

oldman wrote:
use moo.dll and add proper f_system? Razz
?????

????????? Sad
Back to top
View user's profile Send private message Send e-mail Visit poster's website
oldman



Joined: 10 Sep 2002
Posts: 636

PostPosted: Sun Apr 06, 2003 4:51 am    Post subject: Reply with quote

http://www.influenced.net/moodll.php

commonly used to do 'I'm running windows 98 blah blah blah' system spec stuff in irc but as it uses sockets to get the information from the dll shouldn't be too difficult to just link it into fuh
Back to top
View user's profile Send private message MSN Messenger
br-jediknight-br



Joined: 09 Nov 2002
Posts: 193
Location: João Pessoa - PB - Brasil

PostPosted: Sun Apr 06, 2003 12:22 pm    Post subject: Reply with quote

void wrote:

é cara mais quero que quando eu digite f_mouse eu tambem digite no console f_mouse.


como é rapai?!??! Question
_________________
and "I'll see you on the dark side of the moon." - Pink Floyd
Back to top
View user's profile Send private message Send e-mail
void



Joined: 20 Feb 2003
Posts: 54
Location: [email protected]

PostPosted: Sun Apr 06, 2003 12:52 pm    Post subject: Reply with quote

br-jediknight-br wrote:
void wrote:

é cara mais quero que quando eu digite f_mouse eu tambem digite no console f_mouse.


como é rapai?!??! Question


Cara, quando eu digito f_modified no mqwcl fica assim

Code:
void: f_version
void: mqwcl 0.96 wg 32sdg357
 unnamed: fuhquake version 0.27 etc


agora seu eu estiver de fuhquake eu vo digitar o f_modified por exemplo, e ja vai aparecer a resposta "all models ok"

Code:
void: all models ok


do nada saca ? eu quero que com um f_mouse por exemplo apareça eu digitando f_mouse e respondendo.

Code:
void: f_mouse
void: void mouse 1.0v beta


Saco ? porque quando eu digito f_mouse, aj aparece direto a resposta, e nem aparece o "f_mouse" que eu digitei.

ps: entendeu ? se não entendeu desiste na moral.
_________________
bob marley wrote:
Why have green eyes if the red of my eyes coming from the nature green ?


void wrote:
Why drink and drive if you can smoke and fly ?
Back to top
View user's profile Send private message Visit poster's website
br-jediknight-br



Joined: 09 Nov 2002
Posts: 193
Location: João Pessoa - PB - Brasil

PostPosted: Sun Apr 06, 2003 2:32 pm    Post subject: Reply with quote

agora eu entendi void Very Happy
soh num sei como resolver isso Sad
_________________
and "I'll see you on the dark side of the moon." - Pink Floyd
Back to top
View user's profile Send private message Send e-mail
Guest






PostPosted: Sun Apr 06, 2003 6:31 pm    Post subject: Reply with quote

heh, perdi maior tempão explicando pra você e nada.

Sad
Back to top
Shogun



Joined: 04 Oct 2002
Posts: 86
Location: Maringá-PR Brazil

PostPosted: Tue Apr 08, 2003 1:03 pm    Post subject: Reply with quote

Ai, ai...
Quanta inutilidade...

Se vc criar um trigger e um "alias f_mouse say blablabla" e digitar f_mouse no console é lógico q ele vai falar blablabla (sem falar f_mouse), pq o f_mouse passa a ser um alias e será encarado pelo console como tal...

Já pensou em bindar uma tecla com messagemode ao invés de ficar digitando pelo console?
Ou então usa cl_chatmode 1, se vc usa o console basicamente com a função de chat ao invés de comandos?


De qualquer maneira, inútil...
To falando sobre f_system q eh uma query de proxy e vcs ficam brincando de f_cheat, f_mouse...
Aff tenha dó Sad
_________________
"Imagine all the people living life in peace..."
John Lennon

Paz - Peace - Paix - Pace - Frieden - Mir - Salam - Shalon -
Rauha - Hetep - Paco - Shanti - Beke - Heiwa - Pokoj - Fred
Back to top
View user's profile Send private message Visit poster's website
anger



Joined: 18 Jan 2003
Posts: 25
Location: Brazil

PostPosted: Wed Apr 09, 2003 3:24 am    Post subject: Reply with quote

esqueci como o f_system eh util Sad

se tu tivesse um pc fudido , duvido que iria gostar do f_system

ehhe

Yeah Whatever (c) ParadokS
Back to top
View user's profile Send private message Send e-mail Visit poster's website
miKa0lho!



Joined: 03 Jan 2003
Posts: 18
Location: Brazil - São Paulo

PostPosted: Wed Apr 09, 2003 4:53 am    Post subject: Reply with quote

f_system é util?
sem sem...
mto útil!
_________________
miKe of Brazil
Back to top
View user's profile Send private message
void



Joined: 20 Feb 2003
Posts: 54
Location: [email protected]

PostPosted: Wed Apr 09, 2003 8:18 am    Post subject: Reply with quote

Shogun wrote:
Ai, ai...
Quanta inutilidade...

Se vc criar um trigger e um "alias f_mouse say blablabla" e digitar f_mouse no console é lógico q ele vai falar blablabla (sem falar f_mouse), pq o f_mouse passa a ser um alias e será encarado pelo console como tal...

Já pensou em bindar uma tecla com messagemode ao invés de ficar digitando pelo console?
Ou então usa cl_chatmode 1, se vc usa o console basicamente com a função de chat ao invés de comandos?


De qualquer maneira, inútil...
To falando sobre f_system q eh uma query de proxy e vcs ficam brincando de f_cheat, f_mouse...
Aff tenha dó Sad


bom, se voce acha isso realmente inutil guarde para voce, faça como muitos fizeram, simplesmente não poste nada se não for ajudar.

Acho bem util, o f_mouse e o f_system, se quando alguem pergunta a configuração do seu pc e voce tem paciencia para escrever tudo, ótimo. Agora eu não tenho paciencia de ficar escrevedn oqual é meu pc, e qual é meu mouse.

Pra mim pelo menos seria bem util, sempre tem um no server perguntando.

Agora o f_cheat sim, realmente seria inutil e creio que foi apenas uma brincadeira do anger.

"Se não sabe fazer, não critique."
_________________
bob marley wrote:
Why have green eyes if the red of my eyes coming from the nature green ?


void wrote:
Why drink and drive if you can smoke and fly ?
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    FuhQuake Forum Index -> Bug Reports All times are GMT + 10 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

hosted by ausgamers