You are not logged in.
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
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:
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
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
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