ETMods.net

N!tmod, a Wolfenstein: Enemy Territory Modification!

You are not logged in.

Announcement

You can donate to help us keeping services online.

#1 24-May-20 16:50:29

franced
Member
Registered: 24-May-20
Posts: 1

Problem with commands and shortcut

Hey,

maybe you guys can help me out a bit.
I have the problem, when i do something like !put [n] s or !pip [n] it is saying theres no player with that name.
g_shortcuts is enabled ofcourse. it also writes my name when i write [n].

Hope anyone knows a solution.

Thanks in advance.

Offline

#2 24-May-20 20:13:45

fANAT1C
Member
Registered: 23-May-20
Posts: 4

Re: Problem with commands and shortcut

If you type [n] in the server chat it will always display your own name because that is what [n] is specified to show by N!tmod. Why would you need this anyway?
To create a command to put yourself spec, put this in your commands.db (or whatever the file you use for creating custom commands is called):

**********

name = gospec
exec = put [n] s
desc = Move yourself to spectator team easily
levels = 0 1 2

**********

It will look like this:

rpGLam.jpg

To create a command to !pip yourself (and only yourself) add this to commands.db:

**********

name = pipme
exec = pip [n]
desc = Pip yourself
levels = 1 2

**********

Last edited by fANAT1C (24-May-20 20:17:09)

Offline

#3 24-May-20 20:20:41

franced
Member
Registered: 24-May-20
Posts: 1

Re: Problem with commands and shortcut

thats what i did. if i use a custom command just nothing is happening at all. and if i just type the full command in chat myself like !pip [n] then its saying player not found.

Offline

#4 24-May-20 21:07:57

fANAT1C
Member
Registered: 23-May-20
Posts: 4

Re: Problem with commands and shortcut

did you execute !readconfig in your server chat/rcon before you did the command?

Is it possibile for you to put your commands.db file on here so I can check what might be wrong?

Offline

#5 25-May-20 08:56:05

mazak
Member
From: Poland
Registered: 11-Jun-13
Posts: 36

Re: Problem with commands and shortcut

Maybe you mean it:

exec = pip [n] ; qsay Player [n] pip

45868182.jpg
560x95_FFFFFF_FF9900_000000_000000.png

Offline

Board footer

Powered by FluxBB